data(sp1_bootstrap)
# Example: create replicate-weight survey design object
des_boot <- survey::svrepdesign(
data = sp1_bootstrap,
weights = ~wts_sp1,
repweights = "bw[0-9]+",
type = "bootstrap",
combined.weights = FALSE
)
summary(des_boot)
Run the code above in your browser using DataLab