FEWPS | R Documentation |
Meta-analysis for fixed effects - two-sample Wilcoxon pooled
FEWPS(info,alpha=0.05)
info |
summary statistics |
alpha |
significance level, default alpha=0.05 |
format for summary statistics (shift, scale)
Yanda Lang, Joseph McKean, Omer Ozturk
study1 <- c(69.5, 11.65)
study2 <- c(103, 18.2)
info <- rbind(study1,study2)
FEWPS(info,alpha=0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.