parse_ext: Parse a ext table to a list with final estimates

View source: R/parse_nmoutput.R

parse_extR Documentation

Parse a ext table to a list with final estimates

Description

Parse a ext table to a list with final estimates

Usage

parse_ext(tab)

Arguments

tab

a ext table from NONMEM

Value

a list, with a vector of 'THETA' and 'OMEGA'/'SIGMA' matrices

Examples

x <- readRDS(system.file("xposerun", "xpdb_ex_pk.rds", package = "uncrtnty"))
ext <- x$files$data[x$files$extension=="ext"][[1]]
parse_ext(ext)

FelicienLL/uncrtnty documentation built on Oct. 26, 2023, 12:50 p.m.