Session Ready
Exercise

Using margin of error functions in tidycensus

While the Census Bureau API and tidycensus return pre-computed margins of error for you, you may want to derive new estimates from downloaded ACS data and in turn understand the margins of error around these derived estimates. tidycensus includes four functions (listed below) to help you with these tasks, each of which incorporates the recommended formulas from the US Census Bureau.

  • moe_sum()
  • moe_product()
  • moe_ratio()
  • moe_prop()
Instructions 1/4
undefined XP
  • 1

    Compute margins of error for derived sums.

    • 2

      Compute margins of error for derived products.

    • 3

      Compute margins of error for derived ratios.

    • 4

      Compute margins of error for derived proportions.