Class initializer for NlmeSimTableDef
NlmeSimTableDef-class.Rd
Creates NlmeSimTableDef class object used to specify parameters for VPC/Simulation runs
Arguments
- name
Name of the generated simulation file.
- timesList
Numeric; Time values for simulation. Applicable for time-based models only. Ignored when
"keepSource=TRUE"
- covrSet
Character; Vector of covariate names. Simulation point is added when the covariate value is set. See
covariateNames
- whenDose
Character; Vector of dosing compartment names. Simulation point is added when the dose value is set.
- whenObs
Character; String of observed variables names. Simulation point is added when the observation value is set.
- variablesList
Character; List of variables from the model for simulation.
- keepSource
Logical; Set to
TRUE
to keep the number of rows appearing in the table the same as the number of rows in the input dataset.- timeAfterDose
Set to
TRUE
to output time after dose.