ppBS_srs: Pseudo-population bootstrap for simple random sampling

View source: R/pseudo_population.R

ppBS_srsR Documentation

Pseudo-population bootstrap for simple random sampling

Description

Pseudo-population bootstrap for simple random sampling

Usage

ppBS_srs(y, N, B, D = 1, method)

Arguments

y

vector of sample values

N

scalar, represents the population size

B

scalar, number of bootstrap replications

D

scalar, number of replications for the double bootstrap (when applicable)

method

a string indicating the bootstrap method to be used, available methods are: 'Gross', 'Booth', 'ChaoLo85', 'ChaoLo94', 'BickelFreedman', 'Sitter'

Details

See Mashreghi et al. (2016) for details about these bootstrap methods.

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 Sept. 3, 2023, 1:08 a.m.