read.out: Scan NONMEM output file

View source: R/read.out.r

read.outR Documentation

Scan NONMEM output file

Description

Scan and parse the NONMEM output (lst file) as scanned lines. This function was tested for NONMEM v7.2 and v7.3.

Usage

read.out(run, path = getOption("nmDir"), file.ext = ".lst", quiet = TRUE)

Arguments

run

run rootname (e.g. run1)

path

directory where run resides

file.ext

file extension of the NONMEM output file (.lst)

quiet

if TRUE no message will be returned.

Value

character vector with the NONMEM output. Each element i the vector represents a line in the NONMEM output file

See Also

read.ext get.ofv, get.dOFV, get.eigen, get.shrinkage, get.description

Examples

head(read.out(path = getOption("qpExampleDir"), run = "example1", file.ext = ".lst"))

qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.