moe_ratio: Calculate the margin of error for a derived ratio

Description Usage Arguments Details Value

View source: R/moe.R

Description

Calculate the margin of error for a derived ratio

Usage

1
moe_ratio(num, denom, moe_num, moe_denom)

Arguments

num

The numerator involved in the ratio calculation (an estimate)

denom

The denominator involved in the ratio calculation (an estimate)

moe_num

The margin of error of the numerator

moe_denom

The margin of error of the denominator

Details

Copied from tidycensus package by Kyle Walker https://github.com/walkerke/tidycensus/blob/master/R/moe.R

Value

A margin of error for a derived ratio


austensen/acssf documentation built on Nov. 18, 2020, 4:44 a.m.