print.orsf_summary_uni {aorsf} | R Documentation |
Print ORSF summary
## S3 method for class 'orsf_summary_uni'
print(x, n_variables = NULL, ...)
x |
an object of class 'orsf_summary' |
n_variables |
The number of variables to print |
... |
Further arguments passed to or from other methods (not currently used). |
invisibly, x
object <- orsf(pbc_orsf, Surv(time, status) ~ . - id)
smry <- orsf_summarize_uni(object, n_variables = 3)
print(smry)