Learn R Programming

aorsf (version 0.1.4)

print.orsf_summary_uni: Print ORSF summary

Description

Print ORSF summary

Usage

# S3 method for orsf_summary_uni
print(x, n_variables = NULL, ...)

Value

invisibly, x

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).

Examples

Run this code

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