R/global_vars.R

# defining global variables and functions to appease R CMD Check

utils::globalVariables(
  names = c(
    ".",
    "U",
    "V",
    "Z",
    "chi",
    "counts",
    "df",
    "df1",
    "df2",
    "desc",
    "do",
    "effsize",
    "estimate",
    "eta",
    "omega",
    "perc",
    "cramer",
    "cramer_ci",
    "pvalue",
    "r",
    "rho",
    "xi",
    "y",
    "z_value",
    "italic",
    "rsubtitle",
    "stats_subtitle",
    "chi_subtitle",
    "proptest_subtitle",
    "LL",
    "UL",
    "outlier",
    "outlier.label",
    "proptest_subtitle",
    "significance",
    "..count..",
    "..density..",
    "dnorm",
    "mean",
    "median",
    "sd",
    "bf",
    "bf_error",
    "Df",
    "F value",
    "F.value",
    "LL",
    "Pr(>F)",
    "UL",
    "complete",
    "data",
    "df1",
    "df2",
    "effect",
    "effsize",
    "formula",
    "hist",
    "median",
    "p0",
    "p100",
    "p50",
    "p25",
    "p75",
    "sd",
    "type",
    "Chi-squared",
    "df",
    "p-value",
    "chi_sq",
    "significance",
    "F-value",
    "V2",
    "V3",
    "V4",
    "V5",
    "conf",
    "AIC",
    "BIC",
    "R",
    "adj.r.squared",
    "p.value",
    "term",
    "label",
    "loglik",
    "Pr(>|t|)",
    "coef",
    "conf.high",
    "conf.low",
    "rowid",
    "Cramer's V",
    "df[chiSq]",
    "p[chiSq]",
    "value[chiSq]",
    "condition_n_label",
    "total_n",
    "complete",
    "missing",
    "data",
    "hist",
    "median",
    "p0",
    "p100",
    "p50",
    "p25",
    "p75",
    "sd",
    "type",
    "alternative",
    "method",
    "parameter",
    "etasq",
    "omegasq",
    "partial.etasq",
    "partial.etasq.conf.low",
    "partial.etasq.conf.high",
    "partial.omegasq",
    "partial.omegasq.conf.low",
    "partial.omegasq.conf.high",
    "group",
    "n",
    "statistic",
    "std.error",
    "..group",
    "stratum",
    "adj.p.value",
    "numeric.mean",
    "numeric.n",
    "numeric.p0",
    "numeric.p100",
    "numeric.p50",
    "numeric.sd",
    "long.counts",
    "percentage",
    "n_missing",
    "name",
    "skim_type",
    "skim_variable",
    "Parameter",
    "p",
    "n_obs"
  ),
  package = "groupedstats",
  add = FALSE
)
IndrajeetPatil/groupedstats documentation built on June 17, 2021, 7:57 a.m.