REBS1S | R Documentation |
Meta-analysis for random effects - bootstrap
REBS1S(info,alpha=0.05)
info |
summary statistics |
iteration |
number of iterations for bootstrap, default iteration=1000 |
alpha |
significance level, default alpha=0.05 |
format for summary statistics (point estimate 1, point estimate 2, sample size 1, sample size 2)
Yanda Lang, Joseph McKean, Omer Ozturk
study1 <- c(247.5, 178.0, 16, 17)
study2 <- c(270.0, 167.0, 23, 23)
info <- rbind(study1,study2)
REBS1S(info,alpha=0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.