FELI2: Meta-analysis for fixed effects - LI2

View source: R/FELI2.R

FELI2R Documentation

Meta-analysis for fixed effects - LI2

Description

Meta-analysis for fixed effects - LI2

Usage

FELI2(info,alpha=0.05)

Arguments

info

summary statistics

alpha

significance level, default alpha=0.05

Note

format for summary statistics (point estimate 1, point estimate 2)

Author(s)

Yanda Lang, Joseph McKean, Omer Ozturk

Examples

study1 <- c(247.5, 178.0)
study2 <- c(270.0, 167.0)
study3 <- c(243.0, 186.3)
study4 <- c(215.2, 133.7)
study5 <- c(245.5, 171.0)
info <- rbind(study1,study2,study3,study4,study5)
FELI2(info,alpha=0.05)

YandaLang/RankBasedMeta documentation built on July 20, 2023, 12:44 p.m.