Skip to content

v1.1.0

Latest

Choose a tag to compare

@JDenn0514 JDenn0514 released this 28 Jun 22:44
d4d1db2

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)