R/bootstrapFP-package.R

#' bootstrapFP: Bootstrap Algorithms for Finite Population Inference
#' 
#' Perform bootstrap variance estimation of the Horvitz-Thompson total estimator
#' in finite population sampling with equal or unequal probabilities.
#' 
#' 
#' 
#' 
#'
#'
#' @references
#' Mashreghi Z.; Haziza D.; Léger C., 2016. A survey of bootstrap methods in 
#' finite population sampling. Statistics Surveys 10 1-52.
#'
#'
#' @importFrom stats lm pnorm setNames coef model.matrix residuals
#'
#'@aliases bootstrapFP-package NULL
'_PACKAGE'

Try the bootstrapFP package in your browser

Any scripts or data that you put into this service are public.

bootstrapFP documentation built on Sept. 3, 2023, 1:08 a.m.