Learn R Programming

MultiATSM (version 0.3.6)

PdynamicsSet_BS: Compute some key parameters from the P-dynamics (Bootstrap set)

Description

Compute some key parameters from the P-dynamics (Bootstrap set)

Usage

PdynamicsSet_BS(
  ModelType,
  AllFactorsUnderP,
  FactorLabels,
  Economies,
  JLLinputs = NULL,
  GVARinputs = NULL
)

Arguments

ModelType

string-vector containing the label of the model to be estimated

AllFactorsUnderP

complete set of factors that may be used in the estimation of P (KxT)

FactorLabels

string-list based which contains the labels of all the variables present in the model (see "LabFac" function)

Economies

string-vector containing the names of the economies which are part of the economic system

JLLinputs

List containing the necessary inputs for the estimation of the JLL-based models (see "JLL" function). Default is set to NULL.

GVARinputs

List containing the necessary inputs for the estimation of the GVAR-based models (see "GVAR" function). Default is set to NULL.