tests/testthat/_snaps/aliases.md

old aliases produce warning

Code
  res <- gss_calc %>% p_value(obs_stat = -0.2, direction = "right") %>% dplyr::pull()
Condition
  Warning:
  'p_value' is deprecated.
  Use 'get_p_value' instead.
  See help("Deprecated")
Code
  res_ <- gss_permute %>% conf_int()
Condition
  Warning:
  'conf_int' is deprecated.
  Use 'get_confidence_interval' instead.
  See help("Deprecated")


Try the infer package in your browser

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

infer documentation built on Sept. 8, 2023, 6:22 p.m.