Usage
ci.mu.oneside(data, conf = 0.95, n = NULL, Var = NULL, xbar = NULL,
summarized = FALSE, N = NULL, fpc = FALSE, tail = "upper")
Arguments
data
A vector of quantitative data. Required if summarized=TRUE
.
conf
Level of confidence; 1 - P(type I error).
n
Sample size. Required if summarized=TRUE
.
Var
Sample variance. Required if summarized=TRUE
.
xbar
Sample mean. Required if summarized=TRUE
.
summarized
Logical. Indicates whether summary statistics instead of raw data should be used.
N
Population size. Required if summarized=TRUE
.
fpc
Logical. Indicating whether finite population corrections should be made.
tail
Indicates what side the one sided confidence limit should be calculated for. Choices are "upper"
or "lower"
.