-
Notifications
You must be signed in to change notification settings - Fork 9
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
Algorithm may not have converged #2
Comments
Hi Angli,
Thanks for your email. This usually means the pi0 vs theta curve is too
spiky so the maxima may not be trustworthy. You can view the complete set
of pi0 vs theta by setting profile=TRUE. There will be an additional output
named profile_mat which has this information.
We made an update on Jan 27th this year to address this issue. If you
installed it earlier than this date. You might want to try re-installing it.
Let me know if you have any questions.
Best,
Guanghao
…On Wed, Jun 17, 2020 at 1:53 AM Angli Xue ***@***.***> wrote:
Hi Guanghao,
Recently I found that MRmix sometimes gives very significant P-value along
with the following information:
> MRMix(bzx, bzy, sx=bzx_se, sy=bzy_se, theta_temp_vec = seq(-1,1,by=0.01))
$theta
[1] -0.09
$pi0
[1] 0.9999
$sigma2
[1] 5.662289e-05
$SE_theta
[1] 0.02252094
$zstat_theta
[1] -3.99628
$pvalue_theta
[1] 6.434561e-05
Warning message:
In MRMix(bzx, bzy, sx = bzx_se, sy = bzy_se, theta_temp_vec = seq(-1, :
Algorithm may not have converged.
I was wondering how should I interpret this result. And is there any way
to make it converged and provide more robust estimate?
Thank you!
Cheers,
Angli
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADXFPF3KTMXLRYZEK6LZRZTRXBK63ANCNFSM4OAIJMNA>
.
|
Hi Guanghao, Thanks for your quick reply. Yes, after I install the latest version, there is no such warnings anymore and the FDR is well-controlled now. Thanks for your help! Cheers, |
No problem!
… On Jun 18, 2020, at 2:57 AM, Angli Xue ***@***.***> wrote:
Hi Guanghao,
Thanks for your quick reply.
Yes, after I install the latest version, there is no such warnings anymore and the FDR is well-controlled now. Thanks for your help!
Cheers,
Angli
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Guanghao,
Recently I found that MRmix sometimes gives very significant P-value along with the following information:
I was wondering how should I interpret this result. And is there any way to make it converged and provide more robust estimate?
Thank you!
Cheers,
Angli
The text was updated successfully, but these errors were encountered: