[ ] Category 4 From interpreting variation, "\64275.27 away from the mean of \54482.52" on the second line, there is a backslash before he numbers, is this suppose to be there?
[ ] Line 29 where it's asked to run ggplot I got an error message as the following "Warning message:
“Removed 48875 rows containing missing values (geom_point()).” but it still successfully shows the plot
[ ] Category 1, I entered this code which is under "Making Tables: Visualizing Results" census_data <- census_data %>% drop_na(wages) but got the following error message
Error in drop_na(., wages): could not find function "drop_na"
Traceback:
census_data %>% drop_na(wages)
[ ] Category 1, for the next code I also got this error message Error in group_by(., immstat): object 'census_data' not found
Traceback:
[ ] Category 4 From interpreting variation, "\64275.27 away from the mean of \54482.52" on the second line, there is a backslash before he numbers, is this suppose to be there?
[ ] Line 29 where it's asked to run ggplot I got an error message as the following "Warning message: “Removed 48875 rows containing missing values (
geom_point()
).” but it still successfully shows the plot[ ] Category 1, I entered this code which is under "Making Tables: Visualizing Results" census_data <- census_data %>% drop_na(wages) but got the following error message
Error in drop_na(., wages): could not find function "drop_na" Traceback: