Learn R Programming

nonmemica (version 0.9.1)

nms_psn.model: Generate PsN-style Names for Model

Description

Generates PsN-style names for parameters declared in a NONMEM control stream object. PsN uses NONMEM-style names, substituting a comment, if any: everything after the first semicolon, up to the second semicolon if present, without leading/trailing spaces/tabs.

Usage

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

Arguments

x

a model designator

...

passed arguments

Value

psn (character)

See Also

as.model