extract
method for lrm
objectsextract
method for lrm
objects created by the
lrm
function in the rms package.
# S4 method for lrm
extract(
model,
include.pseudors = TRUE,
include.lr = TRUE,
include.nobs = TRUE,
...
)
A statistical model object.
Report pseudo R^2 in the GOF block?
Report likelihood ratio test?
Report the number of observations in the GOF block?
Custom parameters, which are handed over to subroutines. Currently not in use.
Fabrice Le Lec