View source: R/nm.parse.control.stream.r
nm.parse.control.stream | R Documentation |
Function to read NONMEM control stream and parse it out as named list
nm.parse.control.stream(
run,
path = getOption("nmDir"),
file.ext = ".mod",
quiet = TRUE
)
run |
run rootname (e.g. |
path |
directory where |
file.ext |
file extension of NONMEM control stream (.mod) |
quiet |
if TRUE no message will be returned. |
A named list with all $PK, $ERROR, $THETA
etc... elements of the control stream
nm.parse.control.stream("example1", path = getOption("qpExampleDir"), file.ext = ".ctl")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.