MOB is an algorithm for model-based recursive partitioning yielding a tree with fitted models associated with each terminal node. for more details see ?partykit::mob
1 2 3 4 5 6 7 8 9 10 11 12 |
formula |
symbolic description of the model |
data |
arguments controlling formula processing via model.frame |
subset |
arguments controlling formula processing via model.frame |
na.action |
arguments controlling formula processing via model.frame |
weights |
optional numeric vector of weights. By default these are treated as case weights but the default can be changed in mob_control |
offset |
optional numeric vector with an a priori known component to be included in the model y ~ x1 + ... + xk (i.e., only when x variables are specified) |
cluster |
optional vector (typically numeric or factor) with a cluster ID to be passed on to the fit function and employed for clustered covariances in the parameter stability tests. |
fit |
function. A function for fitting the model within each node. For details see below. |
control |
A list with control parameters as returned by mob_control |
... |
Additional arguments passed to the fit function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.