View source: R/print.predictCox.R
print.predictCox | R Documentation |
Print predictions from a Cox model.
## S3 method for class 'predictCox'
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.predictCox
to compute confidence intervals/bands.
predictCox
to compute the predicted cumulative hazard/survival.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.