Learn R Programming

mrgsolve (version 0.9.2)

read_nmext: Extract estimates from NONMEM ext file

Description

Extract estimates from NONMEM ext file

Usage

read_nmext(run, project = getwd(), file = paste0(run, ".ext"),
  path = NULL)

Arguments

run

a run number or run identifier

project

the NONMEM project directory

file

the ext file name

path

full path and file name for ext file

Value

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

Examples

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

est <- read_nmext(1005, project = project)

est$param

est$omega

est$sigma

# }

Run the code above in your browser using DataLab