print.TimeROC {parTimeROC} | R Documentation |
print.TimeROC
Description
print.TimeROC
Usage
## S3 method for class 'TimeROC'
print(x, ...)
Arguments
x |
A TimeROC object |
... |
Additional arguments (not use) |
Value
Summarize model's info in console
Examples
test <- timeroc_obj(dist = 'lognormal-weibull-PH')
print(test)
[Package parTimeROC version 0.1.0 Index]