create_simulation_table: Creates for the simulated endo. variables

View source: R/HelperFunctions.R

create_simulation_tableR Documentation

Creates for the simulated endo. variables

Description

Creates an empty tibble with np+1 rows and a column for each entry in vts. See the documentation for the argument vts below.

Usage

create_simulation_table(vts, np)

Arguments

vts

Vector with the abbreviation for variables that should be simulated. (vts for 'variables to simulate') The exhaustive list with all variables that can be simulated is given in the beginning of the respective simulation function.

Details

This function will be used in the simulation functions to set up the grid that will then be in the said simulation function.

Examples

create_simulation_table(variable_encoder(meta_BS_variables), 10)

SebastianBehrens/SolowVariants documentation built on Oct. 11, 2023, 2:49 p.m.