R/hooks.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
    ## separator between type (sd/var/cor/cov) and following elements in
    ## ran_pars terms
    options(broom.mixed.sep1 = "__")
    ## separator between elements in cor/cov terms
    options(broom.mixed.sep2 = ".")
}

Try the broom.mixed package in your browser

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

broom.mixed documentation built on May 29, 2024, 7:35 a.m.