stpm2-class {rstpm2} | R Documentation |
Class "stpm2" ~~~
Description
Regression object for stpm2
.
Objects from the Class
Objects can be created by calls of the form new("stpm2", ...)
and
stpm2( ...)
.
Slots
xlevels
:Object of class
"list"
~~contrasts
:Object of class
"listOrNULL"
~~terms
:Object of class
"terms"
~~logli
:Object of class
"function"
~~lm
:Object of class
"lm"
~~timeVar
:Object of class
"character"
~~time0Var
:Object of class
"character"
~~timeExpr
:Object of class
"nameOrcall"
~~time0Expr
:Object of class
"nameOrcall"
~~delayed
:Object of class
"logical"
~~frailty
:Object of class
"logical"
~~interval
:Object of class
"logical"
~~model.frame
:Object of class
"list"
~~call.formula
:Object of class
"formula"
~~x
:Object of class
"matrix"
~~xd
:Object of class
"matrix"
~~termsd
:Object of class
"terms"
~~Call
:Object of class
"character"
~~y
:Object of class
"Surv"
~~link
:Object of class
"list"
~~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"
~~args
:Object of class
"list"
~~
Extends
Class "mle2"
, directly.
Methods
- plot
signature(x = "stpm2", y = "missing")
: ...- lines
signature(x = "stpm2", ...)
: ...- predictnl
signature(object = "stpm2", ...)
: ...- summary
signature(object = "stpm2", ...)
: ...- eform
signature(object = "stpm2", ...)
: ...
Examples
showClass("stpm2")