We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a792b8 commit a5f2b31Copy full SHA for a5f2b31
code.R
@@ -2,7 +2,7 @@ library(tidyverse)
2
library(here)
3
4
tvhours_table <- gss_cat %>% group_by(marital) %>%
5
- filter(age >= 30) %>%
+ filter(age < 30) %>%
6
summarise(mean_tv_hours = mean(tvhours, na.rm = TRUE))
7
8
-write.csv(tvhours_table, here("TV_hours_marital.csv"))
+write.csv(tvhours_table, here("TV_hours_marital.csv"))
0 commit comments