R/surveybootstrap_package.r

##' Survey bootstrap variance estimators
##'
##' `surveybootstrap` has methods for analyzing data that were collected
##' using network reporting techniques. It includes estimators appropriate for
##' the simple bootstrap and the rescaled bootstrap.
##'
##' @docType package
##' @name surveybootstrap
##' @aliases surveybootstrap package-surveybootstrap
##' @import dplyr
##' @importFrom functional Curry
##' @importFrom stats rmultinom setNames terms update update.formula xtabs
NULL

##' @useDynLib surveybootstrap
##' @importFrom Rcpp sourceCpp
NULL
dfeehan/surveybootstrap documentation built on Feb. 3, 2023, 6:52 a.m.