Description Usage Arguments Note Author(s) Examples
Meta-analysis for random-effect - two-sample traditional
1 | MetaREST2S(info,alpha=0.05)
|
info |
summary statistics |
alpha |
significance level |
format for summary statistics (location, scale, sample size)
Yanda Lang, Joseph McKean
1 2 3 4 | study1 <- c(-80.0, 1243.9)
study2 <- c(-89.0, 1029.3)
info <- rbind(study1,study2)
MetaREST2S(info,alpha=0.05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.