I am quite new in using R I would like to plot specific variables which are in one main column nominated "Variable".
ID Sex Variables Value Condition ValueMin
library ("ggplot")
EF<-ggplot(antdata, aes (variable$EF1, variable$EF6.1, variables$EF6.2, EF11.1, EF 11.2, ValueMIN, fill = ConditionCode)
Unfortunately this does not work.
Any suggestions?