-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMHTest type="cor" supresses p-value and df #2
Comments
Your two examples are identical, as far as I can see. Pedantic: you should use If you omit the |
That's primarily because I didn't proof the post carefully. My apologies.
while the call
WRT the |
Hi @bill-raynor, I am facing a similar output in a recent analysis. So in your second output just above, Does Prob 0 effectively means that comparison is statistically significant? I am just finding the output a bit distinct from other R packages, where I see something like P < 0.05, for example. Thank you |
Good evening,
It’s been awhile, but you can check it by running it once with and without type=“cor.” I went diving through the code but have forgotten how I handled it.
Bill
… On Jun 13, 2019, at 3:04 PM, lf_araujo ***@***.***> wrote:
Hi @bill-raynor <https://github.com/bill-raynor>,
I am facing a similar output in a recent analysis. So in your second output just above, Does Prob 0 effectively means that comparison is statistically significant?
I am just finding the output a bit distinct from other R packages, where I see something like P < 0.05, for example.
Thank you
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#2?email_source=notifications&email_token=AAP4D7QA3O34GIKUCAAUCNDP2KR4PA5CNFSM4FENFEJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXU4CRI#issuecomment-501858629>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAP4D7Q33KXVQN3PLHKYI4TP2KR4PANCNFSM4FENFEJA>.
|
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 butCMHtest(Freq~right+left|gender, data=VisualAcuity, overall=T, type="cor", details=T)
doesn't.The text was updated successfully, but these errors were encountered: