extract,ols-method | R Documentation |
extract
method for ols
objectsextract
method for ols
objects created by the
ols
function in the rms package.
## S4 method for signature 'ols'
extract(
model,
include.nobs = TRUE,
include.rsquared = TRUE,
include.adjrs = TRUE,
include.fstatistic = FALSE,
include.lr = TRUE,
...
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.