Skip to content

Commit

Permalink
Fix typo :D
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelasq committed Aug 27, 2023
1 parent 6079fca commit d308cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06-statistical-testing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ chi_ex2_obs <- anes_des %>%
chi_ex2_obs %>%
mutate(prop = paste0(Observed, " (", Observed_low, ", ",
Observed_upp, ")")) %>%
select(TrustGovernmenft, TrustPeople, prop) %>%
select(TrustGovernment, TrustPeople, prop) %>%
pivot_wider(names_from = TrustPeople, values_from = prop) %>%
gt(rowname_col = "TrustGovernment") %>%
tab_stubhead(label = "Trust in Government") %>%
Expand Down

0 comments on commit d308cad

Please sign in to comment.