How can I create a plot with ggplot when my answers are TRUE or FALSE?
This is my code:
t.obese<-master1%>% filter(Income>0,obese==TRUE)%>