ci_median | R Documentation |
Confidence interval for median by inverting sign test
ci_median(d, x, conf.level = 0.95, tol = 0.01)
d |
a data frame |
x |
unquoted name of column 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
d=data.frame(z=1:20)
d1=data.frame(z=1:5)
ci_median(d,z)
ci_median(d1,z)
ci_median(datasets::mtcars, mpg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.