read.mod | R Documentation |
Scan and parse the NONMEM control stream (mod file)
read.mod(run, path = getOption("nmDir"), file.ext = ".mod", quiet = TRUE)
run |
run rootname (e.g. |
path |
directory where |
file.ext |
file extension of the NONMEM output file (.mod) |
quiet |
if TRUE no message will be returned. |
character vector with the NONMEM output. Each element i the vector represents a line in the NONMEM output file
read.ext
, read.out
head(read.mod(path = getOption("qpExampleDir"), run = "example1", file.ext = ".ctl"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.