directBS_srs {bootstrapFP} | R 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.
[Package bootstrapFP version 0.4.6 Index]