Skip to main content
Skip table of contents

getVariabilityLevels

Get a summary of the variability levels (inter-individual and/or intra-individual variability, i.e. random effects) present in the current project.

Usage

R
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

R
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"
JavaScript errors detected

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

If this problem persists, please contact our support.