R/AAA.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
    ### stabilize negative gradient by using a multiplicative factor based on
    ### the variance of the negative gradient
    options(gamboostLSS_stab_ngrad = FALSE)
}

# get rid of NOTEs in R CMD check for "undefined global functions or variables"
globalVariables(c("ngradient", "y", "combined_risk"))

Try the gamboostLSS package in your browser

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

gamboostLSS documentation built on March 31, 2023, 9:35 p.m.