Hello,
Please kindly advice.
I want to create a new variable that excludes all data above 15hours, How do I do that?
When I use the formula below I get a binary outcome. Please help.
Thank you in advance,
Christine
brfss2013 <- brfss2013 %>% mutate(sleep_revised = sleptim1<15)
Thanks in advance,
Christine Kelly