Package: simul
Type: Package
Title: Fast Simultaneous Confidence Bands Based on the Efficient
        Influence Function and Multiplier Bootstrap
Version: 0.1.1
Authors@R: person(given = "Nicholas",
             family = "Williams",
             role = c("aut", "cre", "cph"),
             email = "niw4001@med.cornell.edu", 
             comment = c(ORCID = "0000-0002-1378-4831"))
Description: Compute critical values for constructing uniform (simultaneous) confidence bands.
  The critical value is calculated using a multiplier bootstrap of the empirical efficient influence function 
  as described by Kennedy (2019) <doi:10.1080/01621459.2017.1422737>. The multiplier bootstrap does not require 
  resampling of the data but only simulation of the multipliers and is thus computationally efficient. 
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
LinkingTo: Rcpp
Imports: Rcpp
Suggests: testthat
URL: https://github.com/nt-williams/simul#readme
Depends: R (>= 2.10)
NeedsCompilation: yes
Packaged: 2021-02-22 16:11:53 UTC; Nick
Author: Nicholas Williams [aut, cre, cph]
    (<https://orcid.org/0000-0002-1378-4831>)
Maintainer: Nicholas Williams <niw4001@med.cornell.edu>
Repository: CRAN
Date/Publication: 2021-02-22 20:30:02 UTC
