View source: R/prepare_cp2015.R
prepare_cp2015 | R Documentation |
Given a database, it builds the elements needed to run the simulations.
prepare_cp2015(data)
data |
a named list with the data to create the model components.
Run |
The returned elements in the list are:
parameters. Elements that do not change during simulation. It does not include exogenous variables as the user may change these variables in the scenario specifications.
variables. All model variables. Endogenous and Exogenous.
sets. Vectors that list the regions, sectors and production factors present in the data.
parameters_descs. Coefficient descriptions.
variables_descs. Variable descriptions.
a named list with 5 elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.