An S4 Class to Represent a Fitted Integrative Cox Model
The iCoxph
class is an S4 class that represents a fitted model. Function iCoxph
produces objects of this class. See ``Slots'' for details.
class
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.iCoxph
for details of slots.
Useful links