| print.libsl | R Documentation |
Print the model or algorithm.
## S3 method for class 'libsl'
print(x, ...)
x |
A 'libsl' object. |
... |
For future methods. |
No return value for this S3 method.
data("dataDIVAT2")
formula<-Surv(times,failures) ~ age + hla + retransplant + ecd
model <- LIB_AFTgamma(formula, data=dataDIVAT2[1:100,])
print(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.