What's Changed
survey_prop()
now uses proportions as the default, which should confidence interval improve coverage, but does mean results may slightly change (#141, #142, thanks @szimmer)- New function
survey_corr()
calculates the correlation between 2 variables, (#150, #151, thanks @szimmer & @bschneidr) - Added method for
dplyr::reframe
for srvyr's objects - The function
as_survey_rep()
now acceptstype="ACS"
andtype="successive-difference"
for user-supplied replicate weights. (#153, thanks @bschneidr)
Full Changelog: v1.1.2...v1.2.0