get2SHL12P: Pooled Variance Two-sample Hodges Lehmann estimate with HLPT...

Description Usage Arguments Author(s) Examples

View source: R/get2SHL12P.R

Description

Calculate two-sample Hodges Lehmann estimate with pooled variance with HLPT scale parameter

Usage

1
get2SHL12P(dat, alpha=0.05)

Arguments

dat

full sample dataframe

alpha

significance level

Author(s)

Yanda Lang, Joseph McKean

Examples

1
2
3
4
x1 <- rnorm(15)
x2 <- rnorm(15)
dat <- data.frame(x1,x2)
get2SHL12P(dat,alpha=0.05)

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