
Design-weighted standard error of the mean (internal)
weighted_se.RdUses the Kish effective sample size approximation: n_eff = (sum w)^2 / sum(w^2) so SE = sd_w / sqrt(n_eff), where sd_w is the weighted standard deviation.

weighted_se.RdUses the Kish effective sample size approximation: n_eff = (sum w)^2 / sum(w^2) so SE = sd_w / sqrt(n_eff), where sd_w is the weighted standard deviation.