MetaREKY2S: Meta-analysis for random-effect - two-sample KY

Description Usage Arguments Note Author(s) Examples

View source: R/MetaREKY2S.R

Description

Meta-analysis for random-effect - two-sample KY

Usage

1
MetaREKY2S(info,alpha=0.05)

Arguments

info

shift estimates, scale estimates, location parameters, and sampel size

alpha

significance level

Note

format for info (location,scale,location parameter1,location parameter2,sample size 1,sample size 2)

Author(s)

Yanda Lang, Joseph McKean

Examples

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)

YandaLang/RankMeta documentation built on Dec. 18, 2021, 7:24 p.m.