Computes confidence interval for a population median.
Arguments: - alpha: alpha level for 1-alpha confidence - y: vector of sample scores
Values: - median, SE, lower limit, upper limit
alpha = .05
dollars = c(30, 20, 15, 10, 10, 60, 20, 25, 20, 30, 10, 5, 50, 40, 20, 10, 0, 20, 50)
ci.median.os(alpha, dollars)
## Median SE LL UL
## [1,] 20 5.390263 10 30
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.