Hello,
I used the following code to do a Dunn test:
install.packages("FSA")
library(FSA)
DT = dunnTest(Plasma_osmolality ~ Treatment,data=my_data, method="bh")
DT
While I get the results, I also keep getting the error message: "Warning message: treatment was coerced to a factor"
I'm not sure what this means. Could someone please help?
TIA