Skip to content

svrep 0.8.0

Choose a tag to compare

@bschneidr bschneidr released this 18 May 23:30
  • Added the doubled half bootstrap of Antal and Tillé (2014), which works for single stage designs with simple random sampling or unequal probability sampling, with or without replacement.
    This bootstrap method has the advantage of generating integer replication factors.
    Users can call as_bootstrap_design(..., type = "Antal-Tille") or make_doubled_half_bootstrap_weights().

  • Small improvements to vignette on bootstrap methods.

  • For two-phase designs, Fay's generalized replication method now defaults to using mse = FALSE, as is the default for other designs.