extract
method for ols
objectsextract
method for ols
objects created by the
ols
function in the rms package.
# S4 method for ols
extract(
model,
include.nobs = TRUE,
include.rsquared = TRUE,
include.adjrs = TRUE,
include.fstatistic = FALSE,
include.lr = TRUE,
...
)
A statistical model object.
Report the number of observations in the GOF block?
Report R^2 in the GOF block?
Report adjusted R^2 in the GOF block?
Report the F-statistic in the GOF block?
Report likelihood ratio test?
Custom parameters, which are handed over to subroutines. Currently not in use.