Nothing
Code
res_wrap <- gss_tbl %>% chisq_stat(college ~ partyid)
Condition
Warning:
`chisq_stat()` was deprecated in infer 1.0.0.
i Please use `observe()` instead.
Code
res_wrap_2 <- gss_tbl %>% t_stat(hours ~ sex, order = c("male", "female"))
Condition
Warning:
`t_stat()` was deprecated in infer 1.0.0.
i Please use `observe()` instead.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.