You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you compare groups in columns using a chi-square test and there is only one observed level of a factor outcome, a p-value of "<0.001" is shown. This should be shown as "NA", blank, or something similar. When you specify Fisher's exact test, a blank p-value is correctly reported in this situation.
When you compare groups in columns using a chi-square test and there is only one observed level of a factor outcome, a p-value of "<0.001" is shown. This should be shown as "NA", blank, or something similar. When you specify Fisher's exact test, a blank p-value is correctly reported in this situation.
comptable <- tableby(period ~ rph_doseinc, data=retro, total=FALSE, cat.test="chisq")
summary(comptable, text=TRUE)
The text was updated successfully, but these errors were encountered: