svrep 0.3.0
-
Added helper function
as_data_frame_with_weights()
to convert
a survey design object into a data frame with columns of
weights (full-sample weights and, if applicable, replicate weights).
This is useful for saving data and weights to a data file. -
Added
by
argument tosummarize_rep_weights()
which allows
the specification of one or more grouping variables to use for summaries
(e.g.by = c('stratum', 'response_status')
can be used to summarize by
response status within each stratum). -
Added a small vignette "Nonresponse Adjustments" to illustrate how to
conduct nonresponse adjustments usingredistribute_weights()
. -
Minor Updates and Bug Fixes:
- Internal code update to avoid annoying but harmless warning message
aboutrho
incalibrate_to_estimate()
. - Bug fix for
stack_replicate_designs()
where designs created with
as.svrepdesign(..., type = 'mrbbootstrap')
oras.svrepdesign(..., type = 'subbootstrap')
threw an error.
- Internal code update to avoid annoying but harmless warning message