extract-aftreg-method: 'extract' method for 'aftreg' objects

extract,aftreg-methodR Documentation

extract method for aftreg objects

Description

extract method for aftreg objects created by the aftreg function in the eha package.

Usage

## S4 method for signature 'aftreg'
extract(
  model,
  include.aic = TRUE,
  include.loglik = TRUE,
  include.lr = TRUE,
  include.nobs = TRUE,
  include.events = TRUE,
  include.trisk = TRUE,
  ...
)

Arguments

model

A statistical model object.

include.aic

Report Akaike's Information Criterion (AIC) in the GOF block?

include.loglik

Report the log likelihood in the GOF block?

include.lr

Report likelihood ratio test?

include.nobs

Report the number of observations in the GOF block?

include.events

Report the number of events in the GOF block?

include.trisk

Report the total time at risk (in event-history models)?

...

Custom parameters, which are handed over to subroutines. Currently not in use.


texreg documentation built on Nov. 10, 2023, 1:16 a.m.