Hello. I know there is a simple way to do this , but I have forgotten how. I would like to produce a table that indicates the proportion of respondents who have answered "teller" and "feminist and teller". Here is what I have so far:
bias_data %>%
select(linda)
(Linda being the variable that indicates whether the respondent answered "teller" or "feminist and teller")Any guidance would be greatly appreciated 