R/se.fixef.R

se.fixef <- function(model) {
    #stopifnot(is(model, "mer"))
    sqrt(diag(vcov(model)))
}

Try the influence.ME package in your browser

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

influence.ME documentation built on May 2, 2019, 9:33 a.m.