powered by
Convert an 'orsf_summary' object into a data.table object.
data.table
# S3 method for orsf_summary_uni as.data.table(x, ...)
a data.table
an object of class 'orsf_summary_uni'
not used
if (FALSE) { library(data.table) object <- orsf(pbc_orsf, Surv(time, status) ~ . - id, n_tree = 25) smry <- orsf_summarize_uni(object, n_variables = 2) as.data.table(smry) }
Run the code above in your browser using DataLab