read_nm_ext: Read NONMEM ext and phi files

View source: R/common_reading.R

read_nm_extR Documentation

Read NONMEM ext and phi files

Description

The function reads NONMEM ext and phi files and returns a list of data.frame with one data.frame for each table (i.e. estimation). The element names are the intro lines and, hence, can be used to extract problem number etc. The current implementation assumes that all headers are identical.

Usage

read_nm_ext(path)

read_nm_phi(path)

Arguments

path

Value

A list of data.frame


UUPharmacometrics/pmutils documentation built on July 4, 2023, 1:15 a.m.