Learn R Programming

ggPMX (version 1.2.8)

read_extfile: Reads .ext files generated by NONMEM

Description

Reads .ext files generated by NONMEM

Usage

read_extfile(
  run = NA_real_,
  project = getwd(),
  file = paste0(run, ".ext"),
  path = NULL,
  read_fun = c("data.table", "read.table"),
  quiet
)

Arguments

run

run a run number or run identifier

project

project the NONMEM project directory

file

file the `ext` file name

path

path full path and file name for `ext` file

read_fun

read_fun function to read the `ext` file

quiet

Logical, if FALSE messages are printed to the console.

Value

A list with param, omega, and sigma in a format ready to be used.

Examples

Run this code
# NOT RUN {
#project <- system.file("nonmem", package = "mrgsolve") 
#est <- read_nmext(1005, project = project) 
# }

Run the code above in your browser using DataLab