Description Usage Arguments Note Author(s) Examples
Meta-analysis for random-effect - two-sample KY
1 | MetaREKY2S(info,alpha=0.05)
|
info |
shift estimates, scale estimates, location parameters, and sampel size |
alpha |
significance level |
format for info (location,scale,location parameter1,location parameter2,sample size 1,sample size 2)
Yanda Lang, Joseph McKean
1 2 3 4 | study1_2SHL <- c(-80.0, 1243.9, 178.0, 247.5, 17, 16)
study2_2SHL <- c(-89.0, 1029.3, 167.0, 270.0, 23, 23)
info <- rbind(study1_2SHL,study2_2SHL)
MetaREKY2S(info,alpha=0.05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.