Description Usage Arguments Details Value
View source: R/03_obtaining_gof.R
Step Three: Obtain Goodness of Fit Figures for a set of computed models
1 |
mfits |
A list with five components:
Best created by
|
gof |
Goodness of fit which should be obtained for all models. Which is available depends on the method with which the models were computed. Currently:
|
This function takes a list generated by mfit
to obtain all
possible models and then exports a 'goodfit' object, used for further
partitioning.
A gof object (type list), which has the following elements:
gofs: A list with npar
elements, each
being a vector with the goodness of fits of the models.
model_ids: A character vector with id's of the models: e.g. "x0", "x1", ...
expl_names: Names of explanatory variables (grouped) or names of groups (grouped).
npar Number of modeled paramateters. Can be 1 or 2.
method: The method used to compute models. Can be one of "lm" or "gamlss".
gof: A single character depicting the goodness of fit that was extracted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.