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