View source: R/hodges_lehmann.ci.R
hodges_lehmann.ci | R Documentation |
Hodges-Lehmann type estimation and confidence intervals.
hodges_lehmann.ci(x, y, var.equal = FALSE, conf.level = 0.95, ...)
x |
numeric vector. |
y |
numeric vector. |
var.equal |
logical. Assume scales are equal (TRUE) of not (FALSE). |
conf.level |
confidence level to be used for the confidence interval. |
... |
optional arguments. currently unused. |
Currently implements 2-sample estimation and confidence intervals based on methods purposed by Hodges and Lehnmann.
estimate |
parameter point estimate |
stderr |
estimated standard error of point estimate |
conf.int |
estimated confidence interval |
John Kloke, Joseph McKean
Hollander, M. and Wolfe, D.A. (1999), Nonparametric Statistical Methods, New York: Wiley.
Kloke, J. and McKean, J.W. (2014), Nonparametric statistical methods using R, Boca Raton, FL: Chapman-Hall.
wilcox.test
zoo<-c(390,258,298,255,324,240,416,319,225,284)
rh <- c(187,186,179,269,382,264,353 ,38,350,267,229,383,254,302,195, 43,337,390)
hodges_lehmann.ci(zoo,rh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.