-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Support _metafor_ package (predictions and plots) #212
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
By contrast, the R package meta has a nice forest() function that quickly plots by subgroup: I think What do you think? |
I'd say we should have both. But this would indeed be something for modelbased. |
@bwiernik @DominiqueMakowski just to let you know. I don't know how to implement a predict-method for |
Perhaps the new function |
I have work in progress on improving support for metafor in easystats: easystats/insight#514 |
Should we have |
The major headache currently is that metafor doesn't currently accept data frames as input in its predict method. wviechtb/metafor#48 |
Will try to tackle this soon. |
That's the PR I link above |
Awesome |
How can we work on that PR? The branch isn't published, and I cannot pull? |
Nothing special about it? What happens when you try to checkout origin/metafor? |
It says I need to fetch, but I can't because the branch isn't published. When I want to publish, it says I can't because I need to fetch latest files. Doesn't work from within vscode nor GitHub desktop app. |
I'm not sure what that means because the branch is definitely published. I'll take a look when I am at a computer |
Hi,
It seems that
model_parameters()
isn't calculating the correct point estimate (and 95% CI) for all subgroups in a metafor::rma() object. Below, I show thatpredict()
andemmeans()
yield the same results for all subgroups, whilemodel_parameters()
only recovers the "alternate" subgroup correctly.Created on 2022-09-03 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: