nmlist: Get NONMEM run results

Description Usage Arguments Details Examples

View source: R/nmlist.R

Description

Get NONMEM run results

Usage

1
nmlist(run, project, rundir = file.path(project, run), raw = FALSE)

Arguments

run

the run number

project

the project directory

rundir

the run directory

raw

if TRUE, the raw list is returned

Details

Examples

1
2
3
4
5
6
7
8
9
project <- system.file("nonmem", package="nmlist")

x <- nmlist(1005, project)

names(x)

x$theta
x$omega
x$cov

kylebaron/nmlist documentation built on Dec. 21, 2021, 8:45 a.m.