View source: R/parse_nmoutput.R
parse_phi | R Documentation |
Parse a phi table to useful individual etas and covariance matrix
parse_phi(tab)
tab |
a phi table from NONMEM |
a list (length = number of individual), with the vector of estimated etas and the associated variance-covariance matrix of estimation
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.