View source: R/parse_nmoutput.R
parse_cov | R Documentation |
Parse a covariance table to useful matrices
parse_cov(tab)
tab |
a covariance table from NONMEM |
a list with the variance-covariance matrix of estimation of 'THETA', and the matrices of the standard errors of every elements of the 'OMEGA'/'SIGMA' matrices.
x <- readRDS(system.file("xposerun", "xpdb_ex_pk.rds", package = "uncrtnty"))
cov <- x$files$data[x$files$extension=="cov"][[1]]
parse_cov(cov)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.