View source: R/helpFunctions.R
exogenous_fn | R Documentation |
Change some values of the exogenous variables in a data frame.
exogenous_fn(exogenous, newdata)
exogenous |
list such that |
newdata |
data frame. |
This function changes exogenous
variables in newdata
.
The function returns data frame which is similar to newdata
but some values of this data frame are set according to exogenous
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.