R/utils.R
se_prop.Rd
Computes SE for proportions using the old-school \(\sqrt{\frac{p - (1 - p)}{n}}\) formula.
se_prop(p, n)
proportion
sample size
numeric value representing SE for proportions
p = 0.3 n = 200 se_prop(p = p, n = n)