print.libsl {survivalSL} | R Documentation |
S3 Method for Printing an 'libsl' Object
Description
Print the model or algorithm.
Usage
## S3 method for class 'libsl'
print(x, ...)
Arguments
x |
An object returned by the function |
... |
For future methods. |
Value
No return value for this S3 method.
See Also
LIB_AFTgamma
, LIB_AFTggamma
, LIB_AFTllogis
, LIB_AFTweibull
,
LIB_PHexponential
, LIB_PHgompertz
.
Examples
data(dataDIVAT2)
model <- LIB_AFTgamma(times="times", failures="failures", data=dataDIVAT2[1:100,],
cov.quanti=c("age"), cov.quali=c("hla", "retransplant", "ecd"))
print(model)
[Package survivalSL version 0.94 Index]