View source: R/print.predictCSC.R
print.predictCSC | R Documentation |
Print predictions from a Cause-specific Cox proportional hazard regression.
## S3 method for class 'predictCSC'
print(x, digits = 3, ...)
x |
object obtained with the function |
digits |
[integer, >0] indicating the number of decimal places. |
... |
Passed to print. |
to display confidence intervals/bands,
the confint
method needs to be applied on the object.
confint.predictCSC
to compute confidence intervals/bands.
predict.CauseSpecificCox
to compute the predicted risks.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.