getExt: getExt

Description Usage Arguments Value Examples

Description

Extracts the NONMEM iteration information from a NONMEM .ext file.

Usage

1
getExt(extFile, set = NULL)

Arguments

extFile

The name of the .ext file.

set

The $ESTIMATION the iteration information should be extracted from. Will use the last $ESTIMATION if set to NULL.

Value

A data.frame.

Examples

1
2
3
4
5
## Not run: 
## To extract the final parameter estimates
dfext    <- subset(getExt(extFile = "myExtFile.ext"),ITERATION=="-1000000000")

## End(Not run)

eniclas/FAIRsimulator documentation built on May 16, 2019, 5:12 a.m.