nmlst {nonmem2rx} | R Documentation |
Reads the NONMEM .lst
file for final parameter information
Description
Reads the NONMEM .lst
file for final parameter information
Usage
nmlst(file, strictLst = FALSE)
Arguments
file |
File where the list is located |
strictLst |
The list parsing needs to be correct for a
successful load (default |
Value
return a list with $theta
, $eta
and $eps
and other
information about the control stream
Author(s)
Matthew L. Fidler
Examples
nmlst(system.file("mods/DDMODEL00000322/HCQ1CMT.lst", package="nonmem2rx"))
nmlst(system.file("mods/DDMODEL00000302/run1.lst", package="nonmem2rx"))
nmlst(system.file("mods/DDMODEL00000301/run3.lst", package="nonmem2rx"))
nmlst(system.file("mods/cpt/runODE032.res", package="nonmem2rx"))
[Package nonmem2rx version 0.1.4 Index]