Description Usage Arguments Details Value See Also Examples
Trees based on maximum-likelihood estimation of parameters for specified distribution families, for example from the GAMLSS family (for generalized additive models for location, scale, and shape).
| 1 2 3 | 
| formula | a symbolic description of the model to be fit. This
should be of type  | 
| data | an optional data frame containing the variables in the model. | 
| subset | an optional vector specifying a subset of observations to be used in the fitting process. | 
| na.action | a function which indicates what should happen when the data contain missing value. | 
| weights | optional numeric vector of case weights. | 
| offset | an optional vector of offset values. | 
| cluster | an optional factor indicating independent clusters. Highly experimental, use at your own risk. | 
| family | specification of the response distribution.
Either a  | 
| control | control arguments passed to  | 
| converged | an optional function for checking user-defined criteria before splits are implemented. | 
| scores | an optional named list of scores to be attached to ordered factors. | 
| doFit | a logical indicating if the tree shall be grown (TRUE) or not (FALSE). | 
| ... | arguments to be used to form the default  | 
Distributional regression trees are an application of model-based recursive partitioning
and unbiased recursive partitioning (implemented in extree_fit)
to parametric model fits based on the GAMLSS family of distributions.
An object of S3 class disttree inheriting from class modelparty.
mob, ctree, extree_fit, distfit
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.