Wrapper function for mob.
mob_wrapper(response, x = NULL, z = NULL, covariates = NULL,
tree_builder_parameters = list())
Response variable to use in mob model.
Covariates passed to model in mob. mob uses fits the formula y ~ x1 + ... + xk | z1 + ... + zl where the variables before the | are passed to the model and the variables after the | are used for partitioning. x represents the x variables. See mob help page for more information.
Covariates used to parition the mob model. mob uses fits the formula y ~ x1 + ... + xk | z1 + ... + zl where the variables before the | are passed to the model and the variables after the | are used for partitioning. z represents the z variables. See mob help page for more information.
An alias for z.
A named list of parameters to pass to mob.