Question: data % mutate(vdem_binary = ifelse(vdem_score >= 0.5, 1, 0)) in this step, why object 'vdem_binary' not found
data <- democracy_data %>% mutate(vdem_binary = ifelse(vdem_score >= 0.5, 1, 0)) in this step, why object 'vdem_binary' not found
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
