View source: R/parse_nmoutput.R
parse_ext | R Documentation |
Parse a ext table to a list with final estimates
parse_ext(tab)
tab |
a ext table from NONMEM |
a list, with a vector of 'THETA' and 'OMEGA'/'SIGMA' matrices
x <- readRDS(system.file("xposerun", "xpdb_ex_pk.rds", package = "uncrtnty"))
ext <- x$files$data[x$files$extension=="ext"][[1]]
parse_ext(ext)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.