getEstimateCov: Returns variance-covariance matrix, if available, from a...

Description Usage Arguments Value Author(s)

View source: R/retrieveMisc.R

Description

Retrieved the variance-covariance matrix of the estimators and optionally the correlation and inverse correlation matrices of the selected NONMEM run

Usage

1
getEstimateCov(obj, corMatrix = FALSE, invCorMatrix = FALSE, pdMatrix = FALSE, ...) 

Arguments

obj

An object of class NMRun or NMBasicModel

corMatrix

TRUE or FALSE. If TRUE, will return the correlation matrix together with covariance matrix, in a list.

invCorMatrix

TRUE or FALSE, not implemented yet

pdMatrix

TRUE or FALSE, not implemented yet

...

Additional arguments to other methods, e.g. problemNum if obj is of class NMRun or method if the referenced problem is a NONMEM 7 run

Value

A matrix if just the covariance matrix is required, a list of matrices otherwise

Author(s)

Mango Solutions


RNMImport documentation built on May 2, 2019, 5:21 p.m.