jackknife: Generate replicates of a dataset using Jackknife
Description
Generate replicates of a dataset using Jackknife
Usage
jackknife(data, weight_cols = "none", drop = TRUE)
Value
a list containing all the Jackknife replicates of `data`
Arguments
data
dataset
weight_cols
vector of weight columns
drop
if `TRUE`, the observation that will not be part of the subsample is dropped from the dataset. Otherwise, it stays in the dataset but a new weight column is created to differentiate the selected observations