print.orsf_summary_uni {aorsf} | R Documentation |
Print ORSF summary
Description
Print ORSF summary
Usage
## S3 method for class 'orsf_summary_uni'
print(x, n_variables = NULL, ...)
Arguments
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). |
Value
invisibly, x
Examples
object <- orsf(pbc_orsf, Surv(time, status) ~ . - id, n_tree = 25)
smry <- orsf_summarize_uni(object, n_variables = 2)
print(smry)
[Package aorsf version 0.1.5 Index]