Package: fwb Type: Package Title: Fractional Weighted Bootstrap Version: 0.6.0 Authors@R: c( person("Noah", "Greifer", role=c("aut", "cre"), email = "noah.greifer@gmail.com", comment=c(ORCID="0000-0003-3067-7154")) ) Description: An implementation of the fractional weighted bootstrap to be used as a drop-in for functions in the 'boot' package. The fractional weighted bootstrap (also known as the Bayesian bootstrap) involves drawing weights randomly that are applied to the data rather than resampling units from the data. See Xu et al. (2020) for details. Depends: R (>= 4.0.0) Imports: arg (>= 0.1.1), rlang (>= 1.2.0), pbapply (>= 1.7-2), generics, graphics, stats, utils Suggests: survival, cobalt, boot (>= 1.3-31), mvtnorm (>= 1.3-3), sandwich (>= 2.4-0), ggdist (>= 3.3.3), lmtest, nnet, parallel, future, future.apply, testthat (>= 3.2.3), waldo (>= 0.6.1), knitr, rmarkdown License: GPL (>= 2) Encoding: UTF-8 URL: https://ngreifer.github.io/fwb/, https://github.com/ngreifer/fwb BugReports: https://github.com/ngreifer/fwb/issues Roxygen: list(markdown = TRUE) LazyData: true Config/testthat/edition: 3 Config/testthat/parallel: false VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Repository: https://ngreifer.r-universe.dev Date/Publication: 2026-05-28 19:22:36 UTC RemoteUrl: https://github.com/ngreifer/fwb RemoteRef: HEAD RemoteSha: 4a13a6a4d853dc3bf1feb459d88633ef8b03adb0 NeedsCompilation: no Packaged: 2026-06-08 22:49:11 UTC; root Author: Noah Greifer [aut, cre] (ORCID: ) Maintainer: Noah Greifer