getMethodNames: Get method names

Description Usage Arguments Value Note Author(s) Examples

View source: R/getMethodNames.R

Description

Extracts estimation method names from a run or problem that used NONMEM 7. These can be the names used in the control file, or the report file

Usage

1
getMethodNames(obj, what=c("report", "control"), problemNum=1)

Arguments

obj

NMRun, NMBasicModelNM7, or NMSimModelNM7

what

The string "report" or "control" - selects which file should be used for the method names

problemNum

Problem number in run

Value

A character vector of method names used

Note

If what = "control", the names are taken from the $EST control sections

Author(s)

Mango Solutions

Examples

1
2
3
4
5
## Not run: 
x <- importNm("TestData1.ctl", "TestData1.lst", path  = "testing/testdata/TestDataNM7")
print(getMethodNames(x))

## End(Not run)

RNMImport documentation built on May 2, 2019, 5:21 p.m.