Description Usage Arguments Author(s) Examples
Calculate two-sample Hodges Lehmann estimate with pooled variance with HLPT scale parameter
1 | get2SHL12P(dat, alpha=0.05)
|
dat |
full sample dataframe |
alpha |
significance level |
Yanda Lang, Joseph McKean
1 2 3 4 | x1 <- rnorm(15)
x2 <- rnorm(15)
dat <- data.frame(x1,x2)
get2SHL12P(dat,alpha=0.05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.