CUBIC_MODEL$set_prm | R Documentation |
This function store the values in the environment and update
their values in the closed form expression of y
, except the parameter
sigma
. For parameter sigma
, its value will be updated, and the
corresponding value in e
will be updated.
prm_name |
List or Vector. Parameter character names. |
prm_val |
List or Vector. Parameter values. |
Return the object itself.
# Instantiate
mod <- cubic_model(a = -1, b = 1, c = 1, sigma = 0.5)
mod
mod$set_prm("a", 2)
mod
mod$set_prm("sigma", 1)
mod
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.