moe_prop: Calculate the margin of error for a derived proportion

View source: R/moe.R

moe_propR Documentation

Calculate the margin of error for a derived proportion

Description

Calculate the margin of error for a derived proportion

Usage

moe_prop(num, denom, moe_num, moe_denom)

Arguments

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

Value

A margin of error for a derived proportion


walkerke/tidycensus documentation built on March 28, 2024, 7:04 p.m.