Skip to contents

Convert an ACS margin of error to a standard error.

Usage

moe_to_se(moe, conf = 0.9)

Arguments

moe

Numeric margin of error.

conf

Confidence level associated with moe.

Value

Numeric standard error.

Examples

moe_to_se(c(10, 25, 100))
#> [1]  6.079568 15.198921 60.795683
moe_to_se(10, conf = 0.95)
#> [1] 5.102135