ci.pd: Compute confidence limits for a difference of two independent proportions.
Description
The usual formula for the c.i. of at difference of proportions is
inaccurate. Newcombe has compared 11 methods and method 10 in his
paper looks like a winner. It is implemented here.
Implements method 10 from Newcombe(1998) (method="Nc") or from
Agresti & Caffo(2000) (method="AC").
aa, bb, cc and dd can be vectors.
If aa is a matrix, the elements [1:2,1:2] are used, with
successes aa[,1:2]. If aa is a three-way table or array,
the elements aa[1:2,1:2,] are used.
References
RG Newcombe: Interval estimation for the difference between
independent proportions. Comparison of eleven methods. Statistics in
Medicine, 17, pp. 873-890, 1998.
A Agresti & B Caffo: Simple and effective confidence intervals for
proportions and differences of proportions result from adding two
successes and two failures. The American Statistician,
54(4), pp. 280-288, 2000.