exogenous_fn {switchSelection} | R Documentation |
Modify exogenous variables in data frame
Description
Change some values of the exogenous variables in a data frame.
Usage
exogenous_fn(exogenous, newdata)
Arguments
exogenous |
list such that |
newdata |
data frame. |
Details
This function changes exogenous
variables in newdata
.
Value
The function returns data frame which is similar to newdata
but some values of this data frame are set according to exogenous
.