FELI2 | R Documentation |
Meta-analysis for fixed effects - LI2
FELI2(info,alpha=0.05)
info |
summary statistics |
alpha |
significance level, default alpha=0.05 |
format for summary statistics (point estimate 1, point estimate 2)
Yanda Lang, Joseph McKean, Omer Ozturk
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.