get.dOFV: Create brief NONMEM run record

View source: R/get.dOFV.r

get.dOFVR Documentation

Create brief NONMEM run record

Description

rather than calling PsN's runrecord (the full blown parser) get.dOFV create a brief runrecord on the fly. It might be used for interim reports and presentations but ideally formal reporting uses

Usage

get.dOFV(
  runs = c("run1", "run2"),
  path = getOption("nmDir"),
  conf.level = 0.95,
  file.ext = ".lst"
)

Arguments

runs

character vector of existing NONMEM runs

path

directory where NONMEM output resides

conf.level

confidence level - currently not used

file.ext

file extension of the NONMEM output file (defaults to .lst)

Value

Placeholder for return description

See Also

get.ofv which is called inside get.dOFV, read.out

Examples

get.dOFV(runs = c("example1","example2"), path = getOption("qpExampleDir"))
# note this example is for two non-nested models. It has not other value to to illustrate the tool

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