Learn R Programming

PSGExpress (version 3.1.3)

rpsg_convert_ps_params: Replace values of parameters with variables in problem statement

Description

Replace values of parameters with variables in problem statement

Usage

rpsg_convert_ps_params(problem_statement_init)

Arguments

character

with PSG Problem Statement

Value

results list with results:

results$problem_statement_new character with PSG Problem Statement where parameters are changed with corresponding variables;
results$parameter.data.list list with variables used in the new PSG Problem Statement.