NMcode2R {NMdata} | R Documentation |
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)
Arguments
text |
the Nonmem code. |
Details
You probably want to run this on text obtained by using the NMreadSection function.
Value
R code as text
[Package NMdata version 0.1.6 Index]