print.fitTROC | R Documentation |
print.fitTROC
## S3 method for class 'fitTROC'
print(x, ...)
x |
A fitTROC object |
... |
Additional argument (not use) |
Summarize estimated parameters in console
test <- timeroc_obj(dist = 'lognormal-weibull-PH')
rr <- rtimeroc(test, n=300, params.x=c(meanlog=1,sdlog=0.8),
params.t = c(shape=1.6,scale=1.2),
params.ph = 1.1)
cc <- timeroc_fit(test, rr$x, rr$t, rr$event)
print(cc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.