I have a large data set in R which I am currently analysing. I'm trying to plot confounding variables and have one which considers the patients household equipment (2=none, 1= stove, 3= charcoal).
How would I tell R to make a graph which considers each of these categories, so I want to correlate malaria ("Malaria...giemsa") against each of the household equipment.
I basically want to see if there are higher counts for malaria if the patient has no household equipment, than if they had a stove/ charcoal etc.
Any suggestions on how to code this into R?