R/utils.R

# Packages to import into NAMESPACE

#' @import ggplot2
#' @import pbapply
#' @import stats
#' @import Formula
#' @import parallel
#' @import sandwich
#' @import fastglm
#' @importFrom methods formalArgs
#' @import rifreg
NULL

utils::globalVariables(c(
  "Variable",
  "effect",
  "group",
  "(weights)",
  "probs",
  "value",
  "t_value",
  "se"
))

Try the ddecompose package in your browser

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

ddecompose documentation built on May 29, 2024, 5:36 a.m.