intcox(formula = formula(data), data = parent.frame(), subset, na.action,
x = FALSE, y = TRUE, epsilon = 1e-04, itermax = 10000, no.warnings = FALSE)
~
operator, and the terms on the right.
The response must be a survival object of type "interval2"
as returned by the Surv
function.formula
, or in the subset
argument.options()$na.action
.TRUE
, warnings will be displayed. Default is FALSE
."coxph"
. See coxph.object
for details. Not all features are realised.
Additionally there are givencoxph
, Surv
data(intcox.example)
intcox(Surv(left,right,type="interval2")~x.1+x.2+x.3+x.4,data=intcox.example)
Run the code above in your browser using DataLab