library(DGB)

Median from One Sample

ci.median.os

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)


cwendorf/dgb documentation built on May 3, 2022, 9:35 p.m.