You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the extended funnel plot can only add significance contours/regions for fixed-effects meta-analyses. Need to include random-effects. This cannot be done with a closed-form expression, so previous code split the space into small squares and then coded accordingly. I found that geom_tile() may be helpful to replicate - but struggled to design an efficient piece of code to do this.
The text was updated successfully, but these errors were encountered:
Currently the extended funnel plot can only add significance contours/regions for fixed-effects meta-analyses. Need to include random-effects. This cannot be done with a closed-form expression, so previous code split the space into small squares and then coded accordingly. I found that geom_tile() may be helpful to replicate - but struggled to design an efficient piece of code to do this.
The text was updated successfully, but these errors were encountered: