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)
}
alexanderrobitzsch/miceadds documentation built on Feb. 2, 2024, 10:21 a.m.