R/coef.lmer_vcov.R

Defines functions coef.lmer_vcov

Documented in coef.lmer_vcov

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

coef.lmer_vcov <- function(object, ...)
{
    return(object$coef)
}

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.