R/vcov.ml_mcmc.R

Defines functions vcov.ml_mcmc

Documented in vcov.ml_mcmc

## File Name: vcov.ml_mcmc.R
## File Version: 0.02

vcov.ml_mcmc <- function(object, ...)
{
    return(object$vcov)
}

Try the miceadds package in your browser

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

miceadds documentation built on Jan. 7, 2023, 1:09 a.m.