produces a random forest using rpms to create the individual trees.
rpms_forest(
rp_equ,
data,
weights = ~1,
strata = ~1,
clusters = ~1,
e_fn = "survLm",
l_fn = NULL,
bin_size = 5,
f_size = 500,
cores = 1
)
formula containing all variables for partitioning
data.frame that includes variables used in rp_equ, e_equ, and design information
formula or vector of sample weights for each observation
formula or vector of strata labels
formula or vector of cluster labels
string name of function to use for modeling (only "survLm" is operational)
loss function (ignored)
numeric minimum number of observations in each node
integer specifying the number of trees in the forest
integer number of cores to use in parallel if > 1 (doesn't work with Windows operating systems)
object of class "rpms"