suggestion independence test that is not chi square by large data sets more than 100000 cases

M<-table(datos$remunerados.cat, datos$sociedad)
Xsq<-chisq.test(M)
Xsq

This topic was automatically closed 42 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.