read.ext | R Documentation |
Read and parse the information embedded in the .ext file from a completed NONMEM run. In case of multiple $EST
calls, these will be parsed one by one and included with their respective $EST
names into the resulting list
read.ext(run, path = getOption("nmDir"), file.ext = ".ext", quiet = TRUE)
run |
run rootname (e.g. |
path |
directory where |
file.ext |
file extension of the .ext file |
quiet |
if TRUE no message will be returned.
#' @return A list with data.frames (as many as there where |
read.out
read.ext(run = "example1", path = getOption("qpExampleDir"))
## now parse an output where multiple $EST calls have been performed
read.ext(run = "example1", path = getOption("qpExampleDir"), file.ext = ".mext")
## a large one
read.ext(run = "example1", path = getOption("qpExampleDir"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.