tests/testthat/_snaps/observe.md

observe() output is the same as the old wrappers

Code
  res_wrap <- gss_tbl %>% chisq_stat(college ~ partyid)
Condition
  Warning:
  The chisq_stat() wrapper has been deprecated in favor of the more general observe(). Please use that function instead.
Code
  res_wrap_2 <- gss_tbl %>% t_stat(hours ~ sex, order = c("male", "female"))
Condition
  Warning:
  The t_stat() wrapper has been deprecated in favor of the more general observe(). Please use that function instead.


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.