grow an rpms tree from a given node
grow_rpms(
x,
node,
data,
weights = ~1,
strata = ~1,
clusters = ~1,
pval = NA,
bin_size = NA
)
rpms
object
node from which to grow tree further
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
numeric p-value used to reject null hypothesis in permutation test
numeric minimum number of observations in each node
rpms tree expanded from node.