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 Oct. 16, 2024, 1:06 a.m.