read.out | R Documentation |
Scan and parse the NONMEM output (lst file) as scanned lines. This function was tested for NONMEM v7.2 and v7.3.
read.out(run, path = getOption("nmDir"), file.ext = ".lst", quiet = TRUE)
run |
run rootname (e.g. |
path |
directory where |
file.ext |
file extension of the NONMEM output file (.lst) |
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
get.ofv
, get.dOFV
, get.eigen
, get.shrinkage
, get.description
head(read.out(path = getOption("qpExampleDir"), run = "example1", file.ext = ".lst"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.