print.sltime | R Documentation |
Print the contribution of learners included in the super learner.
## S3 method for class 'sltime'
print(x, digits=7, ...)
x |
An object returned by the function |
digits |
An optional integer for the number of digits to print when printing numeric values. |
... |
For future methods. |
No return value for this S3 method.
data(dataDIVAT2)
sl1 <- survivalSL(method=c("LIB_COXridge", "LIB_AFTggamma"), metric="ci",
data=dataDIVAT2[1:150,], times="times", failures="failures", pro.time = 12,
cov.quanti=c("age"), cov.quali=c("hla", "retransplant", "ecd"), cv=3)
print(sl1, digits=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.