Skip to main content
Skip table of contents

getObservationInformation

Get the name, the type and the values of the observations present in the project.

Usage

R
getObservationInformation()

Value

A list containing the following fields :

  • name (vector): observation names.

  • type (vector): observation generic types. Existing types are "continuous", "discrete", "event".

  • [Monolix] detailedType (vector): observation specialized types set in the structural model. Existing types are "continuous", "bsmm", "wsmm", "categorical", "count", "exactEvent", "intervalCensoredEvent".

  • [Monolix] mapping (vector): mapping between the observation names (defined in the mlxtran project) and the name of the corresponding entry in the data set.

  • ["obsName"] (data.frame): observation values for each observation id.

In PKanalix mode, the observation type is not provided as only continuous observations are allowed. Neither do the mapping as dataset names are always used.

Examples

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.