Description Usage Arguments Examples
This is a generic function that specifically handles fitting for models. This handles everything that needs to be done when fitting a model. For objects that do not have a defined class that specifies the kind of model this simply prints "in fitmodel.default".
1 | fitmodel(mod, k, metric)
|
mod |
The model object. This will likely be empty in the default case. |
k |
The k value. This will likely be empty in the default case. |
metric |
The metric. This will likely be empty in the default case. |
1 | fitmodel()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.