Learn R Programming

nlmixr (version 0.9.1-2)

vcov.focei.fit: Extract variance/covariance matrix for FOCEI fit

Description

Extract variance/covariance matrix for FOCEI fit

Usage

# S3 method for focei.fit
vcov(object, ..., type = c("", "r.s", "s", "r"))

Arguments

object

Focei fit object

...

ignored parameters

type

covariance type == blank for current. "r.s" for the sandwich matrix, "s" for the S matrix, "r" for the R matrix. When requesting another matrix, the model is updated assuming that covariance matrix is correct.

Value

variance/covariance matrix