FE1S2T | R Documentation |
Meta-analysis for fixed effects non-pooled variance
FE1S2T(info,alpha=0.05)
info |
summary statistics |
alpha |
significance level, default alpha=0.05 |
format for summary statistics (point estimate 1, point estimate 2, scale 1, scale 2, sample size 1, sample size 2)
Yanda Lang, Joseph McKean, Omer Ozturk
study1 <- c(247.5, 178.0, 13.8, 19.5, 16, 17)
study2 <- c(270.0, 167.0, 9.8, 12.6, 23, 23)
info <- rbind(study1,study2)
FE1S2T(info,alpha=0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.