read.mod: Scan NONMEM output file

View source: R/read.mod.r

read.modR Documentation

Scan NONMEM output file

Description

Scan and parse the NONMEM control stream (mod file)

Usage

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

Arguments

run

run rootname (e.g. run1)

path

directory where run resides

file.ext

file extension of the NONMEM output file (.mod)

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, read.out

Examples

head(read.mod(path = getOption("qpExampleDir"), run = "example1", file.ext = ".ctl"))

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