My dataset consists of 4 different treatments and I am working on one of the treatments which are the control group. I am trying to use the subset function on the data, control, and other treatments.
To achieve it I have written the code
ControlQ2<-subset(Q2, Treatment == "No_Suite")
My doubt is how to select No_Suite treatment?