ci.pairs.prop1: Confidence intervals for pairwise proportion differences of a...

View source: R/statpsych3.R

ci.pairs.prop1R Documentation

Confidence intervals for pairwise proportion differences of a polychotomous variable

Description

Computes adjusted Wald confidence intervals for pairwise proportion differences of a polychotomous variable. These adjusted Wald confidence intervals use the same method that is used to compare the two proportions in a paired-samples design.

Usage

ci.pairs.prop1(alpha, f)

Arguments

alpha

alpha level for 1-alpha confidence

f

vector of multinomial frequency counts

Value

Returns a 1-row matrix. The columns are:

  • Estimate - adjusted estimate of proportion difference

  • SE - adjusted standard error

  • LL - lower limit of the adjusted Wald confidence interval

  • UL - upper limit of the adjusted Wald confidence interval

References

\insertRef

Bonett2012statpsych

Examples

f <- c(125, 82, 92)
ci.pairs.prop1(.05, f)

# Should return:
#        Estimate         SE          LL         UL
# 1 2  0.14285714 0.04731825  0.05011508 0.23559920
# 1 3  0.10963455 0.04875715  0.01407230 0.20519680
# 2 3 -0.03322259 0.04403313 -0.11952594 0.05308076



statpsych documentation built on July 9, 2023, 6:50 p.m.