Convert an ACS margin of error to a 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
Convert an ACS margin of error to a standard error.
moe_to_se(c(10, 25, 100))
#> [1] 6.079568 15.198921 60.795683
moe_to_se(10, conf = 0.95)
#> [1] 5.102135