ci.cv1 {statpsych}R Documentation

Confidence interval for a single coefficient of variation

Description

Computes a confidence interval for a population coefficient of variation (standard deviation divided by mean). This confidence interval is the reciprocal of a confidence interval for a standardized mean (see description of ci.stdmean1 function). An approximate standard error is recovered from the confidence interval. The coefficient of variation assumes ratio-scale scores.

Usage

ci.cv1(alpha, m, sd, n)

Arguments

alpha

alpha level for 1-alpha confidence

m

estimated mean

sd

estimated standard deviation

n

sample size

Value

Returns a 1-row matrix. The columns are:

Examples

ci.cv1(.05, 24.5, 3.65, 40)

# Should return:
#  Estimate        SE        LL       UL
# 0.1489796 0.01817373 0.1214381 0.1926778
 


[Package statpsych version 1.5.0 Index]