Description Usage Arguments Value Examples
This function updates the parameter list by a set of values coming from a data-frame or tibble. It is a fundamental for glmnet, glm and arima models.
1 | update_parameter(old_parameter, new_parameter, model, optim = FALSE)
|
old_parameter |
List. Parameters to be used to estimate model or define the job to be done. |
new_parameter |
List or data-frame. Parameters that will replace the original list. |
model |
String. Model where the parameters will be replaced. |
optim |
Logical. Wether of not the results will be used for hyperparameter tuning of GLMNET models. |
List of updated parameters.
1 2 3 4 | ## Not run:
update_parameter()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.