Learn R Programming

nonmemica (version 0.9.1)

nms_canonical.model: Generate Canonical Names for Model

Description

Generates canonical names for a NONMEM control stream object. Canonical names indicate all and only the declared model parameters in lower-case conventional order (theta, omega row-major, sigma) with underscores and two-digit (or more) indices. E.g. theta_01, theta_02, omega_01_01, omega_02_01, omega_02_02, omega_01_01.

Usage

# S3 method for model
nms_canonical(x, ...)

Arguments

x

a model designator

...

passed arguments

Value

canonical (character)

See Also

as.model