REBS2S | R Documentation |
Meta-analysis for random effects - two sample bootstrap
REBS2S(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 (shift, sample size 1, sample size 2)
Yanda Lang, Joseph McKean, Omer Ozturk
study1 <- c(69.5, 17, 16)
study2 <- c(103, 20, 30)
info <- rbind(study1,study2)
REBS2S(info,alpha=0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.