est_prop {easycensus} | R Documentation |
Specialized margin-of-error calculations
Description
Proportions and percent-change-over-time calculations require different standard error calculations.
Usage
est_prop(x, y)
est_pct_chg(x, y)
Arguments
x , y |
An estimate vector. For |
Value
An estimate vector.
Examples
x = estimate(1, 0.1)
y = estimate(1.5, 0.1)
est_prop(x, y)
est_pct_chg(x, y)
[Package easycensus version 1.1.1 Index]