calcCov: Calculate gnlmm variance-covariance matrix of fixed effects

View source: R/gnlmm.R

calcCovR Documentation

Calculate gnlmm variance-covariance matrix of fixed effects

Description

Calculate variance-covariance matrix of fixed effects after a gnlmm() fit

Usage

calcCov(fit, method = 1, trace = FALSE)

Arguments

fit

a gnlmm fit object

method

method for calculating variance-covariance matrix

trace

logical whether to trace the iterations

Value

variance-covariance matrix of model parameters


nlmixr documentation built on March 27, 2022, 5:05 p.m.

Related to calcCov in nlmixr...