You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New features
coef(), vcov(), SE(), and confint() methods are now available for all survey_result objects produced by get_*() functions. The .survey_result
attribute carrying degrees of freedom and parameter metadata is now wired into
every estimation function. (#148, #149)
Bug fixes
as_survey_replicate() now uses the correct default scale factor for "ACS"
and "successive-difference" replicate types (4/R per Ash (2014) / Fay &
Train (1995)), fixing underestimated standard errors for these designs. (#150)