Learn R Programming

spartan (version 3.0.2)

generate_parameter_table: Takes the value list and generates the sample that is output to csv file

Description

Takes the value list and generates the sample that is output to csv file

Usage

generate_parameter_table(PARAMETERS, BASELINE, PARAMOFINT, val_list)

Arguments

PARAMETERS

Array containing the names of the parameters of which parameter samples will be generated

BASELINE

Array containing the values assigned to each of these parameters in the calibrated baseline

PARAMOFINT

Number of the parameter for which samples are currently being built

val_list

List of parameter values to output for each parameter, to be combined with the baseline value of the complementary set

Value

Parameter table ready for output to CSV file