moe_prop {tidycensus} | R Documentation |
Calculate the margin of error for a derived proportion
moe_prop(num, denom, moe_num, moe_denom)
num |
The numerator involved in the proportion calculation (an estimate) |
denom |
The denominator involved in the proportion calculation (an estimate) |
moe_num |
The margin of error of the numerator |
moe_denom |
The margin of error of the denominator |
A margin of error for a derived proportion