Learn R Programming

Certara.RDarwin (version 1.1.1)

list_Omegas: List Unique Omega Names

Description

This function lists the unique names of Omega parameters in a given set.

Usage

list_Omegas(PMLParametersSets, IncludeAll = FALSE, IncludeCustom = TRUE)

Value

A character vector containing the unique names of Omega parameters.

Arguments

PMLParametersSets

PMLModels class instance or an element (one PML structure) of this class or StParm class.

IncludeAll

Logical. Whether should the omega names to be inlcuded from structural parameters, covariates or omegas with a State == 'None'.

IncludeCustom

Logical. Should the names of custom ranef statements (from the PML code of custom spaces) be included or not. Default is TRUE.

See Also

Omega() modify_Omega()

Examples

Run this code
PMLParametersSets <- create_ModelPK()
list_Omegas(PMLParametersSets)

Run the code above in your browser using DataLab