meta_TIVA: Funnel plot with ggplot2

View source: R/meta.R

meta_TIVAR Documentation

Funnel plot with ggplot2

Description

Makes a pretty funnel plot using ggplot2.

Usage

meta_TIVA(.rma, print_plot = T)

Arguments

.analysis

(rma object) The rma analysis from metafor.

.CI

(chr vector) Confidence interval to use.

.study_CI

(lgl vector) Whether to plot confidence intervals for individual studies.

Examples

library(metafor)
data(european_ancestry)
meta = rma(european_ancestry$r, sei = european_ancestry$SE_r)
meta_TIVA(meta)

Deleetdk/kirkegaard documentation built on May 8, 2024, 12:27 a.m.