R/utilities.R

#' @importFrom utils globalVariables
globalVariables(
  c(".",
    "agegroup",
    "population",
    "start",
    "end",
    "outcome",
    "predict",
    "y",
    "increase",
    "se",
    "observed",
    "AGEGROUP",
    "SEX",
    "HISP",
    "RACE",
    "year",
    "value",
    "sex",
    "race",
    "excluded",
    "yday",
    "day",
    "month",
    "labs",
    "avg_outcome",
    "s",
    "wday",
    "effect",
    "log_expected_se",
    "lwr",
    "upr",
    "after_scale",
    "expected_se",
    "difference",
    "week"
  )
)
    
    
    

Try the excessmort package in your browser

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

excessmort documentation built on April 12, 2025, 1:50 a.m.