getVariabilityLevels
[Monolix] Get variability levels
Get a summary of the variability levels (inter-individual and/or intra-individual variability, i.e. random effects) present in the current project.
Usage
getVariabilityLevels()
Value
A vector of the variability levels present in the currently loaded project.
See also
getIndividualParameterModel
to see the current individual parameter model settings
Examples
initializeLixoftConnectors("monolix")
project_file <- file.path(getDemoPath(), "5.models_for_individual_parameters", "5.4.inter_occasion_variability", "iov1_project.mlxtran")
loadProject(project_file)
getVariabilityLevels()
#> [1] "ID" "OCC"