Propagate ACS uncertainty for a product.
Usage
acs_product(estimate1, moe1, estimate2, moe2, cov = 0, conf = 0.9)
Arguments
- estimate1
First estimate.
- moe1
MOE for estimate1.
- estimate2
Second estimate.
- moe2
MOE for estimate2.
- cov
Covariance between the two estimates on the standard-error scale.
- conf
Confidence level associated with input and output MOEs.
Value
A data frame with estimate, moe, and se.
Examples
acs_product(10, 2, 50, 5)
#> estimate moe se
#> 1 500 111.8034 67.97164