ci.median | R Documentation |
Computes a distribution-free confidence interval for a population median.
ci.median1 is deprecated and will soon be removed from statpsych; please switch to ci.median
ci.median(alpha, y)
ci.median1(alpha, y)
alpha |
alpha level for 1-alpha confidence |
y |
vector of scores |
Returns a 1-row matrix. The columns are:
Estimate - estimated median
SE - standard error
LL - lower limit of the confidence interval
UL - upper limit of the confidence interval
Snedecor1980statpsych
y <- c(30, 20, 15, 10, 10, 60, 20, 25, 20, 30, 10, 5, 50, 40,
20, 10, 0, 20, 50)
ci.median(.05, y)
# Should return:
# Estimate SE LL UL
# 20 4.270922 10 30
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.