Lab 1G
Directions: Follow along with the slides and answer the questions in red font in your journal.
data() function to load the atu_clean data file to use in this lab.tally(~ ____, data = ____)
gender seem to have a higher occurence of physical challenges than the other? If so, which one and explain your reasoning?format = "percent" as option to the code you used to make your 2-way frequency table. Then answer this question again:
gender seem to have a higher occurence of physical challenges than the other? If so, which one and explain your reasoning?margins = TRUE as an option in the tally function.histogram and include type = "percent" as an option in the function.