Skip to contents

Calculate a pooled standard for a proportion or ratio estimate

Usage

se_proportion_ratio(
  estimate_numerator,
  estimate_denominator,
  moe_numerator = NULL,
  moe_denominator = NULL,
  se_numerator = NULL,
  se_denominator = NULL,
  type = "proportion"
)

Arguments

estimate_numerator

The estimate of the numerator

estimate_denominator

The estimate of the denominator

moe_numerator

The margin of error of the numerator

moe_denominator

The margin of error of the denominator

se_numerator

The standard error of the numerator

se_denominator

The standard error of the denominator

type

The type of estimate being calculated, either "proportion" or "ratio"

Value

A pooled 90% standard error

Details

For an estimate derived by dividing multiple estimates, calculate the pooled standard error