Type: Package Package: elgbd Title: Empirical Likelihood for General Block Designs Version: 0.9.0 Authors@R: c( person("Eunseop", "Kim", , "markean@pm.me", role = c("aut", "cph", "cre")), person("Steven", "MacEachern", role = c("ctb", "ths")), person("Mario", "Peruggia", role = c("ctb", "ths")) ) Description: Performs hypothesis testing for general block designs with empirical likelihood. The core computational routines are implemented using the 'Eigen' 'C++' library and 'RcppEigen' interface, with 'OpenMP' for parallel computation. Details of the methods are given in Kim, MacEachern, and Peruggia (2023) . This work was supported by the U.S. National Science Foundation under Grants No. SES-1921523 and DMS-2015552. License: GPL (>= 3) URL: https://github.com/markean/elgbd BugReports: https://github.com/markean/elgbd/issues Depends: R (>= 4.1.0) Imports: Rcpp, stats Suggests: melt, spelling LinkingTo: Rcpp, RcppEigen, RcppProgress Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US NeedsCompilation: yes Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Repository: https://markean.r-universe.dev Date/Publication: 2024-02-03 15:41:18 UTC RemoteUrl: https://github.com/markean/elgbd RemoteRef: HEAD RemoteSha: a2738a1a815b4d6f74042f0ca47fb932e7cb8382 Packaged: 2026-07-04 07:00:56 UTC; root Author: Eunseop Kim [aut, cph, cre], Steven MacEachern [ctb, ths], Mario Peruggia [ctb, ths] Maintainer: Eunseop Kim