Description Usage Arguments Details Value
View source: R/02_model_creation.R
Step Two: Fits all possible model combinations with a certain method given the data.
1 |
data |
A list with two elements:
. Best created by
|
method |
The method with which the models shall be computed. Can be one
of |
npar |
Number of distributional parameters for which models should be
computed. Can be one if only the expected value of the dependent variable
should be modeled, or 2 if models for modeling the variance of the
dependent variable should also be computed. |
... |
Additional arguments, passed on to |
This function is used for computing all possible models to later extract the
wanted goodness of fit. This function relies on acc
to get
modelnames which are also attached in the exported list.
A list with five components:
models: A list with one or two elements. Each element has all possible model fits in it. Each element represents one distributional parameter.
modelids: A character vector with model id's corresponding to the models. in the models element
expl_names: names of explanatory variables (ungrouped case) or group names (grouped case).
npar: Number of parameters which are modeled.
method: One of "lm", "gamlss".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.