Learn R Programming

NMdata (version 0.2.3)

NMcode2R: Translate Nonmem $PK, $PRED sections or other Nonmem code to R code

Description

Translate Nonmem $PK, $PRED sections or other Nonmem code to R code

Usage

NMcode2R(text)

Value

R code as text

Arguments

text

the Nonmem code.

Details

You probably want to run this on text obtained by using the NMreadSection function.