Learn R Programming

nonmem2rx (version 0.1.3)

nmlst: Reads the NONMEM .lst file for final parameter information

Description

Reads the NONMEM .lst file for final parameter information

Usage

nmlst(file, strictLst = FALSE)

Value

return a list with $theta, $eta and $eps and other information about the control stream

Arguments

file

File where the list is located

strictLst

The list parsing needs to be correct for a successful load (default FALSE).

Author

Matthew L. Fidler

Examples

Run this code
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"))

Run the code above in your browser using DataLab