print.TimeROC | R Documentation |
print.TimeROC
## S3 method for class 'TimeROC'
print(x, ...)
x |
A TimeROC object |
... |
Additional arguments (not use) |
Summarize model's info in console
test <- timeroc_obj(dist = 'lognormal-weibull-PH')
print(test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.