iCoxph-class {intsurv} | R Documentation |
An S4 Class to Represent a Fitted Integrative Cox Model
Description
The iCoxph
class is an S4 class that represents a fitted model.
Function iCoxph
produces objects of this class. See “Slots”
for details.
Slots
call
Function call.
formula
Model formula.
nObs
A positive integer.
data
A data frame.
estimates
A list.
start
A list.
control
A list.
na.action
A length-one character vector.
xlevels
A list.
contrasts
A list.
convergeCode
A non-negative integer.
logL
A numeric value.
See Also
iCoxph
for details of slots.
[Package intsurv version 0.2.2 Index]