| tvcCoxph-class {rstpm2} | R Documentation |
Class "tvcCoxph"
Description
Experimental approach to modelling time-dependent effects in Cox regression.
Objects from the Class
Objects can be created by calls of the form new("tvcCoxph", ...)
or cox.tvc(...). See the "mle2"
documentation.
Slots
call:Object of class
"language"~~call.orig:Object of class
"language"~~coef:Object of class
"numeric"~~fullcoef:Object of class
"numeric"~~vcov:Object of class
"matrix"~~min:Object of class
"numeric"~~details:Object of class
"list"~~minuslogl:Object of class
"function"~~method:Object of class
"character"~~data:Object of class
"list"~~formula:Object of class
"character"~~optimizer:Object of class
"character"~~
Extends
Class "mle2", directly.
Methods
- plot
signature(x = "tvcCoxph", y = "missing"): ...
Examples
showClass("tvcCoxph")
[Package rstpm2 version 1.6.3 Index]