MetaAnalysis.jl

Function Documentation

Missing docstring.

Missing docstring for fixedEffects. Check Documenter's build log for details.

Missing docstring.

Missing docstring for tausq. Check Documenter's build log for details.

Missing docstring.

Missing docstring for randEffects. Check Documenter's build log for details.

Missing docstring.

Missing docstring for isq. Check Documenter's build log for details.

Missing docstring.

Missing docstring for metareg. Check Documenter's build log for details.

Main.MetaAnalysis.metaplotFunction
metaplot(y,v,x) 

Metaregression of point estimate on ONE variable 

```
# not run
y = df.y # where y is the point estimate of study in data frame df
v = df.v # where v is the variance around the point estimate
x = df.x # where x is a single variable
metaplot(y,v,x) # produces the scatterpot with linear predictor
```
source
Missing docstring.

Missing docstring for r_to_z. Check Documenter's build log for details.

Missing docstring.

Missing docstring for turn_z2r. Check Documenter's build log for details.