SurvS4-class | R Documentation |
S4 version of the Surv class.
A virtual Class: No objects may be created from it.
Class "Surv"
, directly.
Class "matrix"
, directly.
Class "oldClass"
, by class "Surv", distance 2.
Class "structure"
, by class "matrix", distance 2.
Class "array"
, by class "matrix", distance 2.
Class "vector"
, by class "matrix", distance 3, with explicit coerce.
Class "vector"
, by class "matrix", distance 4, with explicit coerce.
signature(object = "SurvS4")
: ...
This code has not been thoroughly tested.
The purpose of having SurvS4
in VGAM is so that
the same input can be fed into vglm
as functions in
survival such as survreg
.
T. W. Yee.
See survival.
SurvS4
.
showClass("SurvS4")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.