MonolixSuite in R
Breadcrumbs

setMapping

[Monolix - PKanalix] Set mapping

Set mapping between data and model.

Usage

R
setMapping(mapping)

Arguments

mapping (list) A list of lists representing a link between the data and the model. Each list contains:obsId (character) Name of observation id present in the dataset. It corresponds to the content of column tagged as "obsid" in case of several obs ids, or to the header of the column tagged as "observation" otherwise modelOutput (character) Name of the model prediction listed in the output= line of the structural model observationName [Monolix] (character) Name of the observation, e.g "y1" (for continuous observations only)

See also

getMapping

Examples