R/global_vars.R

# defining global variables and functions to appease R CMD Check

utils::globalVariables(
  names = c(
    ".",
    "effectsize",
    "estimate",
    ".rowid",
    "statistic",
    "std.error",
    "term",
    ".counts",
    "nested_data",
    "df",
    "df.error",
    "k.df",
    "effsize.text",
    "method",
    ".f",
    ".f.es",
    ".f.args",
    "bf10",
    "conf.low",
    "conf.high",
    "r2.component",
    "conf.level",
    ".fn",
    ".ns",
    "p.value",
    "where",
    "k.df.error",
    "group1",
    "group2",
    "log_e_bf10",
    "p_adjust_text",
    "n.obs",
    "r.squared"
  ),
  package = "statsExpressions",
  add = FALSE
)

Try the statsExpressions package in your browser

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

statsExpressions documentation built on Sept. 12, 2023, 5:07 p.m.