When I run CMHtest(as.formula(fStr), data=dm, types = c("cor"), overall = T) the $ALL element lacks a p-value and a d.f. Any particular reason why?
Example:
CMHtest(Freq~right+left|gender, data=VisualAcuity, overall=T, type="cor", details=T) lacks a p-value but CMHtest(Freq~right+left|gender, data=VisualAcuity, overall=T, type="cor", details=T) doesn't.