Learn R Programming

POMADE (version 0.2.0)

tau2_approximation: Between-Study Variance Approximation Function

Description

Rough approximation of the between-study variance based on assumption about the typical sample size of studies included in the synthesis

Usage

tau2_approximation(sample_size = 100, es, df_minus2 = TRUE)

Value

A tibble with small, medium, and large magnitudes of tau2

Arguments

sample_size

Typical sample size of studies

es

Smallest effect size of practical concern

df_minus2

If degrees of freedom should be df-2 or just df

Examples

Run this code

tau2_approximation(
sample_size = 50,
es = 0.1,
df_minus2 = TRUE
)


Run the code above in your browser using DataLab