ci_median0 | R Documentation |
Confidence interval for median by inverting sign test
ci_median0(x, conf.level = 0.95, tol = 0.01)
x |
vector of data |
conf.level |
level for CI (as decimal), default 95 percent |
tol |
ends of CI determined to within this accuracy, default 0.01 |
lower and upper limits
Ken Butler, butler@utsc.utoronto.ca
ci_median0(1:20)
ci_median0(1:5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.