NMreadPhi: Read information from Nonmem phi files

View source: R/NMreadPhi.R

NMreadPhiR Documentation

Read information from Nonmem phi files

Description

Read information from Nonmem phi files

Usage

NMreadPhi(file.phi, as.fun, modelname, col.model)

Arguments

file.phi

Path to the phi file

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.