Learn R Programming

NMproject (version 0.6.9)

dollar_subroutine: Get/set $SUBROUTINE values in control file

Description

[Stable]

These are mostly back end functions used by subroutine() and will make simple ADVAN/TRANS/TOL adjustments to the NONMEM control file. No other file changes outside $SUBROUTINE will be made which makes advan and trans less useful than the higher level subroutine() function.

Usage

advan(m, text)

trans(m, text)

tol(m, text)

Value

If text is specified returns an nm object with modified ctl_contents field. Otherwise returns the value of the advan, trans, or tol.

Arguments

m

An nm object.

text

Optional number/character number to set to.

See Also

subroutine()