Skip to content
Prev 181969 / 398513 Next

Bug in gmodels CrossTable()?

Dear Marc Schwartz,

You are correct: there is no bug in CrossTable(). To get what I want I
should have done:

CrossTable(round(xtabs(wgt ~ abc + def)), prop.r = F, prop.c = F,
  prop.t = F, prop.chisq = F)

Thank you for the explanation!

Jakson
Marc Schwartz wrote: