getIterations: Extract parameter estimate iteration information from a given...

Description Usage Arguments Value Author(s)

View source: R/getIterations.R

Description

This generic routine extracts the parameter estimate iteration information of a NONMEM problem, as produced within the report file or NONMEM 7 iteration file as applicable.

Usage

1
getIterations(obj, problemNum=1)

Arguments

obj

Object of class NMRun, NMBasicModel, or NMBasicModelNM7

problemNum

Number of the problem of NONMEM object

Value

If an object produced by NONMEM <= 6 was selected, a data.frame of parsed information from the report file. For NONMEM 7, a list generated from the iteration files. The contents of each file are imported and then aggregated into a single list split by estimation method.

Author(s)

Mango Solutions


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