NMreadExt: Read information from Nonmem ext files

View source: R/NMreadExt.R

NMreadExtR Documentation

Read information from Nonmem ext files

Description

Read information from Nonmem ext files

Usage

NMreadExt(file.ext, return = "pars", as.fun, modelname, col.model)

Arguments

file.ext

Path to the ext file

return

The .ext file contains both final parameter estimates and iterations of the estimates. If return="pars" (default) the final estimates are returned in addition to what other parameter-level information is found. If return="iterations", the iterations are returned. If return="both", both er returned, though in separate data.frames compiled in a list.

as.fun

The default is to return data as a data.frame. Pass a function (say tibble::as_tibble) in as.fun to convert to something else. If data.tables are wanted, use as.fun="data.table". The default can be configured using NMdataConf.

modelname

See ?NMscanData

col.model

See ?NMscanData

Value

A list with a final parameter table and a table of the iterations


NMdata documentation built on Nov. 11, 2023, 5:07 p.m.