getCovariateInformation
[Monolix - PKanalix] Get covariates information
Get the name, the type and the values of the covariates present in the project.
Usage
getCovariateInformation()
Value
A list containing the following fields :
name (vector): covariate names
type (vector): covariate types. Existing types are "continuous", "continuoustransformed", "categorical", "categoricaltransformed"./ In Monolix mode, "latent" covariates are also allowed.
range (vector>): continuous covariate ranges
categories (vector>): discrete covariates modalities
[Monolix] modalityNumber (vector): number of modalities (for latent covariates only)
covariate: a data frame giving the values of continuous and categorical covariates for each subject. Latent covariate values exist only if they have been estimated, ie if the covariate is used and if the population parameters have been estimated. Call
getEstimatedIndividualParameters
to retrieve them.