print.libsl | R Documentation |
Print the model or algorithm.
## S3 method for class 'libsl'
print(x, ...)
x |
An object returned by the function |
... |
For future methods. |
No return value for this S3 method.
LIB_AFTgamma
, LIB_AFTggamma
, LIB_AFTllogis
, LIB_AFTweibull
,
LIB_PHexponential
, LIB_PHgompertz
.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.