Fits an unbiased regression tree to longitudinal or clustered data by iterating back and forth between a conditional inference regression tree to capture complex interactions and nonlinear relationaships and a linear mixed-effects model to capture complex correlation structure.
1 2 3 4 5 |
formula |
An appropriate |
data |
An optional data frame containing the variables named in
|
unbiased |
Logical indicating whether or not to use a conditional
inference tree. Default is |
initial_re |
Numeric vector containing the initial values for the random effects. If omitted then defaults to zero. |
REML |
Logical indicating whether or not the estimates should be chosen to optimize the REML criterion (as opposed to the log-likelihood). |
lmer.control |
List of control parameters for |
lmer.verbose |
Integer specifying the verbosity of output printed during
the call to |
tree.control |
List of control parameters for |
cv |
Logical indicating whether or not to prune each tree based on
cross-validations. Only used when |
tol |
The desired accuracy (convergence tolerance). Default is
|
maxiter |
Integer specifying the maximum number of iterations. Default
is |
do.trace |
Logical indicating whether or not to print trace information. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.