print.predictCSC {riskRegression} | 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.