R/vcov.mlcm.R

Defines functions `vcov.mlcm`

`vcov.mlcm` <- function(object, ...)
	if (object$method == "glm")
		vcov(object$obj, ...) else
		solve(object$hess)

Try the MLCM package in your browser

Any scripts or data that you put into this service are public.

MLCM documentation built on March 18, 2022, 7:31 p.m.