Learn R Programming

parTimeROC (version 0.2.0)

print.TimeROC: print.TimeROC

Description

print.TimeROC

Usage

# S3 method for TimeROC
print(x, ...)

Value

Summarize model's info in console

Arguments

x

A TimeROC object

...

Additional arguments (not use)

Examples

Run this code
test <- timeroc_obj(dist = 'lognormal-weibull-PH')
print(test)

Run the code above in your browser using DataLab