contact: Contact Rates

Description Usage Arguments Details Value References See Also

Description

AAPOR contact rate formulae

Usage

1
2
3
4
5
con1(i = 0, p = 0, r = 0, nc = 0, o = 0, uh = 0, uo = 0)

con2(i = 0, p = 0, r = 0, nc = 0, o = 0, uh = 0, uo = 0, e = 1)

con3(i = 0, p = 0, r = 0, nc = 0, o = 0)

Arguments

i

The total number of completed interviews.

p

The total number of partial interviews.

r

The total number of refusals.

nc

The total number of non-contacts.

o

The total number of “other” units.

uh

The total number of unknown if occupied (housing) units.

uo

The total number of other unknowns.

e

Optionally, the (estimated) proportion of units of unknown eligibility (uh anduo) that are eligible. Otherwise assumed to be 1 (all eligible).

Details

Contact rates measure the number of contacted units (including refusals and others) out of the total units sampled. The denominator for each rate varies. Here are the definitions of each response rate, according to AAPOR's “Standard Definitions”:

One possible calculation of e suggested by the Standard Definition's calculator is the number of eligible e = \frac{i + p + r + nc + o}{i + p + r + nc + o + uo}. The default used here, however, is the more conservative value of 1.

Value

A numeric value indicating the contact rate.

References

AAPOR. 2016. “Standard Definitions Final Dispositions of Case Codes and Outcome Rates for Surveys.”

See Also

rates, rr1, coop1, ref1


leeper/responserates documentation built on May 21, 2019, 12:38 a.m.