Sorry for a probably stupid question from a beginner:
In my data set I want to plot categorial data (three classes of medication) versus quantitative data (qPCR), but plot () does not recognize the medication.
It works perfectly fine with the dataset head "(iris) from the R-tutorial". Therefore the code is correct per se.
I defined medication from the uploaded filenames ( e.g. 2020_02_04_M533mtx_Mepo_bevor_PCRplate_1.txt) by using: med <- substr(x, 20, nchar(x).
Mepo is the medication here.
How can I tell R Studio that this is ot just a name but a variable?
Thannk you in advance for help!