powered by
Print ORSF summary
# S3 method for orsf_summary_uni print(x, n_variables = NULL, ...)
invisibly, x
x
an object of class 'orsf_summary'
The number of variables to print
Further arguments passed to or from other methods (not currently used).
object <- orsf(pbc_orsf, Surv(time, status) ~ . - id, n_tree = 25) smry <- orsf_summarize_uni(object, n_variables = 2) print(smry)
Run the code above in your browser using DataLab