directBS_srs: Direct bootstrap methods for simple random sampling

View source: R/direct_SRS.R

directBS_srsR Documentation

Direct bootstrap methods for simple random sampling

Description

Direct bootstrap methods for simple random sampling

Usage

directBS_srs(y, N, B, method)

Arguments

y

vector of sample values

N

scalar, representing the population size

B

scalar, number of bootstrap replications

method

a string indicating the bootstrap method to be used, available methods are: 'Efron', 'McCarthySnowden', 'RaoWu', 'Sitter'.

Details

See Mashreghi et al. (2016) for details about the algorithm.

References

Mashreghi Z.; Haziza D.; Léger C., 2016. A survey of bootstrap methods in finite population sampling. Statistics Surveys 10 1-52.


bootstrapFP documentation built on July 4, 2024, 1:10 a.m.