as.data.table.orsf_summary_uni {aorsf} | R Documentation |
Coerce to data.table
Description
Convert an 'orsf_summary' object into a data.table
object.
Usage
## S3 method for class 'orsf_summary_uni'
as.data.table(x, ...)
Arguments
x |
an object of class 'orsf_summary_uni' |
... |
not used |
Value
Examples
## Not run:
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)
## End(Not run)
[Package aorsf version 0.1.5 Index]