R/globals.R

# In R/globals.R
#' @importFrom utils globalVariables
utils::globalVariables(c(
  "resp",
  ".data",
  "VarWithMissingVal",
  "augmented",
  "df_augmented",
  "dfn",
  "ry_weight",
  "grp","final_df",
  "wgt","m","fit",
  "R",
  "y_weight",
  "ttl",
  "ttl.prob",
  "theta",
  "row.num",
  ".I",
  "..MissingVars",
  "group_keys",
  "glmWeights"
))

Try the glmfitmiss package in your browser

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

glmfitmiss documentation built on June 8, 2025, 1:59 p.m.