model_data: model.data

View source: R/model_data.R

model_dataR Documentation

model.data

Description

Making use of the processed data to balance base year equilibrium and return essential data needed for initializing and verifying the model.

Usage

model_data(
  HIST.YEARS = CALIBRATION_YEAR,
  BASEDATA.ALLYEARS,
  PARAMETER.EXPONENT
)

Arguments

HIST.YEARS

A numeric value of a historical year; CALIBRATION_YEAR is used by default

BASEDATA.ALLYEARS

Results from dataproc.basedata()

PARAMETER.EXPONENT

A list of parameters used in initial calibration (e.g., CES and logit exponents)

Value

A list of data including parameters and data across HIST.YEARS


realxinzhao/tradecast documentation built on June 1, 2024, 3:37 a.m.