prepare_cp2015: Prepares the components for the Caliendo and Parro model...

View source: R/prepare_cp2015.R

prepare_cp2015R Documentation

Prepares the components for the Caliendo and Parro model (2015)

Description

Given a database, it builds the elements needed to run the simulations.

Usage

prepare_cp2015(data)

Arguments

data

a named list with the data to create the model components. Run help(cp2015_nafta) to see the data format that is required.

Details

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.

Value

a named list with 5 elements.


paulofelipe/cp2015 documentation built on Nov. 24, 2024, 11:46 p.m.