Description Usage Arguments Value Examples
Conducts a t-test, comparing two groups along single variable
| 1 | tidy_ttest(data, model)
 | 
| data | Data frame with grouping and variable of interest. | 
| model | The model specified as the measured variable predicted by group. | 
A tidy summary with fit and coef tibbles
| 1 2 3 4 | ## compre pp_ideology b/w those who follow and don't follow trump
polcom %>%
  tidy_ttest(pp_ideology ~ follow_trump) %>%
  tidy_summary()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.