extract
method for weibreg
objectsextract
method for weibreg
objects created by the
weibreg
function in the eha package.
# S4 method for weibreg
extract(
model,
include.aic = TRUE,
include.loglik = TRUE,
include.lr = TRUE,
include.nobs = TRUE,
include.events = TRUE,
include.trisk = TRUE,
...
)
A statistical model object.
Report Akaike's Information Criterion (AIC) in the GOF block?
Report the log likelihood in the GOF block?
Report likelihood ratio test?
Report the number of observations in the GOF block?
Report the number of events in the GOF block?
Report the total time at risk (in event-history models)?
Custom parameters, which are handed over to subroutines. Currently not in use.