I am struggling to get dunn.test to run in R commander, any advice would be greatly appreciated, below are the errors occurring when I try and run the script:
Rcmdr> library(dunn.test)
Rcmdr> dunn.test(Leisure_time ~ F_Year, data=visits_yr)
RcmdrMsg: [6] ERROR:
RcmdrMsg+ unused argument (data = visits_yr)
Rcmdr> library(dunn.test)
Rcmdr> dunn.test(Leisure_time ~ F_Year)
RcmdrMsg: [7] ERROR:
RcmdrMsg+ 'language' object cannot be coerced to type 'double'