R/vcov.lmer_vcov.R

Defines functions vcov.lmer_vcov

Documented in vcov.lmer_vcov

## File Name: vcov.lmer_vcov.R
## File Version: 0.01

vcov.lmer_vcov <- 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.