Learn R Programming

metaBMA (version 0.6.9)

plot_default: Plot Default Priors

Description

Plots default priors for the mean effect \(d\) and the standard deviation of effects \(tau\).

Usage

plot_default(field = "psychology", effect = "d", ...)

Arguments

field

either"psychology" or "medicine"

effect

the type of effect size used in the meta-analysis: either Cohen's d ("d"), Fisher's z-transformed correlation ("z"), or log odds ratios ("logOR").

...

further arguments passed to plot (e.g., from, to)

See Also

meta_default for details on standard priors.

Examples

Run this code
plot_default(field = "psychology", effect = "d")

Run the code above in your browser using DataLab