FEWNP | R Documentation |
Meta-analysis for fixed effects - two-sample Wilcoxon non-pooled variance
FEWNP(info,alpha=0.05)
info |
summary statistics |
alpha |
significance level |
format for summary statistics (shift, scale 1, scale 2, sample size 1, sample size 2)
Yanda Lang, Joseph McKean, Omer Ozturk
study1 <- c(69.5, 19.5, 13.8, 17, 16)
study2 <- c(103, 12.6, 9.8, 20, 30)
info <- rbind(study1,study2)
FEWNP(info,alpha=0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.