Para_gamlss | R Documentation |
gamlss
-type semi-parametric models (depreciated)This function is now depreciated and may be removed in future versions of this package.
Use ppd_gamlss()
instead.
Para_gamlss(
data,
formula,
sigma.formula = ~1,
nu.formula = ~1,
tau.formula = ~1,
family = gamlss.dist::NO(),
parallel = F,
cores = NULL,
pckgs = NULL,
...
)
data |
A |
formula |
A formula object with the response on the left of an ~ operator, and the terms, separated by + operators, on the right. |
sigma.formula |
A formula object for fitting a model to the sigma parameter, as in the formula above. |
nu.formula |
A formula object for fitting a model to the nu parameter, as in the formula above. |
tau.formula |
A formula object for fitting a model to the tau parameter, as in the formula above. |
family |
A gamlss.family object, which is used to define the distribution and the link functions of the various parameters. |
parallel |
|
cores |
if parallel is TRUE then number of available cores |
pckgs |
if parallel is TRUE then specify packages required for each worker (e.g. c("data.table) if data stored as such) |
... |
Additonal arguments passed to |
See ?gamlss
for additional details and options.
A list of gamlss
models with class PPD
. Each list element
corresponds to a cross-validation fold and contains a gamlss
model
trained on all other folds.
Jethro Browell, jethro.browell@strath.ac.uk; Ciaran Gilbert, ciaran.gilbert@strath.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.