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