Package: fwb
Type: Package
Title: Fractional Weighted Bootstrap
Version: 0.1.2
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)
   <doi:10.1080/00031305.2020.1731599> for details.
Depends: R (>= 3.0.0)
Imports: rlang, chk, pbapply, stats, utils, graphics
Suggests: survival, boot, sandwich (>= 2.4-0), lmtest, parallel
License: GPL (>= 2)
Encoding: UTF-8
URL: https://github.com/ngreifer/fwb, https://ngreifer.github.io/fwb/
BugReports: https://github.com/ngreifer/fwb/issues
RoxygenNote: 7.2.3
LazyData: true
NeedsCompilation: no
Packaged: 2023-10-02 19:03:29 UTC; NoahGreifer
Author: Noah Greifer [aut, cre] (<https://orcid.org/0000-0003-3067-7154>)
Maintainer: Noah Greifer <noah.greifer@gmail.com>
Repository: CRAN
Date/Publication: 2023-10-02 21:50:02 UTC
