-
Notifications
You must be signed in to change notification settings - Fork 32
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
Error in runGLMM using the metaprop function #57
Comments
Having similar problem with metaprop on both current meta and last version. No missing data. This same data and function have run in the past for me. Windows R version 4.3.3, metafor 4.4:
Someone else with similar problem at https://stackoverflow.com/questions/78016615/trouble-fitting-glmm-model-in-r-error-in-runglmm-function thanks |
Thank you for your comment @badgettrg. |
I cannot reproduce the error in I changed the behaviour of runGLMM() such that results of the common effect model are used as a fallback if the random effects model does not converge. BTW, the following command can be used to get more information on the estimation process and the error: |
Thanks! I do not know how you do all of this.
bob
…________________________________
From: Guido Schwarzer ***@***.***>
Sent: Tuesday, April 2, 2024 9:38 AM
To: guido-s/meta ***@***.***>
Cc: Robert Badgett ***@***.***>; Mention ***@***.***>
Subject: Re: [guido-s/meta] Error in runGLMM using the metaprop function (Issue #57)
I cannot reproduce the error in metaprop(4:1, 10 * 1:4). However, I could create the error with the following command: metaprop(rep(1, 5), rep(100, 5)), i.e., in a meta-analysis without any between-study heterogeneity.
I changed the behaviour of runGLMM() such that results of the common effect model are used as a fallback if the random effects model does not converge.
BTW, the following command can be used to get more information on the estimation process and the error: metaprop(rep(1, 5), rep(100, 5), control = list(verbose = TRUE))
—
Reply to this email directly, view it on GitHub<#57 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABHXP442HWUMQ5FJOLPD2CTY3K7HVAVCNFSM6AAAAABE5YT5T6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZSGIZDEMJSGA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Thanks a lot! For info, I still get a warning with Error in initializePtr() :
function 'chm_factor_ldetL2' not provided by package 'Matrix' But it gives back a result. Thanks again |
Good to hear. I do not get that error (see below). I am running R under macOS (current R version with up-to-date R packages). Best,
|
After a little digging, it seems to be a problem with a specific version of the Matrix package. It all works fine now, thank you! |
Note: for support questions on R package meta, please use the R-sig-meta-analysis mailing list. This repository's issues are reserved for feature requests and bug reports.
Classification of issue
Please indicate whether you want to submit a
Summary
Hi,
I’m trying to run a meta-analysis on single proportions, but I encounter an error with the
metaprop
function.Additional information
Code that produces the bug:
Output:
Environment
The text was updated successfully, but these errors were encountered: