Error with dunn.test in R commander

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'

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.