parse_cov: Parse a covariance table to useful matrices

View source: R/parse_nmoutput.R

parse_covR Documentation

Parse a covariance table to useful matrices

Description

Parse a covariance table to useful matrices

Usage

parse_cov(tab)

Arguments

tab

a covariance table from NONMEM

Value

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.

Examples

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

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