R/global_vars.R

# defining global variables and functions to appease R CMD Check

utils::globalVariables(
  names = c(
    ".",
    "bf10",
    "rowid",
    "bf.prior",
    "r2.component",
    "estimate",
    "estimate.LB",
    "estimate.UB",
    "term",
    "conf.level",
    "hpd95_lower",
    "hpd95_upper",
    "prior.parameter",
    "prior.scale",
    "prior.type",
    ".counts"
  ),
  package = "tidyBF",
  add = FALSE
)

Try the tidyBF package in your browser

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

tidyBF documentation built on June 12, 2021, 9:06 a.m.