nmlst | R Documentation |
.lst
file for final parameter informationReads the NONMEM .lst
file for final parameter information
nmlst(file, strictLst = FALSE)
file |
File where the list is located |
strictLst |
The list parsing needs to be correct for a
successful load (default |
return a list with $theta
, $eta
and $eps
and other
information about the control stream
Matthew L. Fidler
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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.