Description Usage Arguments Details See Also Examples
This function passes a data.frame, formula, and additional arguments to
gamlss
.
1 2 3 4 |
data |
Data frame (or object that can be coerced to one) containing the variables in the model |
formula |
|
... |
Additional arguments to pass to model function |
object |
Fitted model |
This function attaches the training data to the generated model, because the default gamlss.predict() function requires access to the original data in order to make predictions. Please be aware that memory issues can arise when working with large data sets and or when generating a large number of models.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.