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 = ".")
}
bbolker/broom.mixed documentation built on April 19, 2024, 6:33 a.m.