parse_phi: Parse a phi table to useful individual etas and covariance...

View source: R/parse_nmoutput.R

parse_phiR Documentation

Parse a phi table to useful individual etas and covariance matrix

Description

Parse a phi table to useful individual etas and covariance matrix

Usage

parse_phi(tab)

Arguments

tab

a phi table from NONMEM

Value

a list (length = number of individual), with the vector of estimated etas and the associated variance-covariance matrix of estimation

Examples

x <- readRDS(system.file("xposerun", "xpdb_ex_pk.rds", package = "uncrtnty"))
phi <- uncrtnty:::get_phi(x)
parse_phi(head(phi, 3)) #first 3 individuals for the example

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