Performs multiple empirical likelihood tests for regression analysis.
Much of its functionality and syntax mimics the corresponding base R functions.
The core computational routines are implemented using the 'Eigen' C++ library
and 'RcppEigen' interface, with OpenMP for parallel computation. Additional
functions are available for multiple testing for the analysis of experimental
designs. Details of the testing procedures are given in Kim et al. (2021)
<arXiv:2112.09206>.
Version: |
1.5.1 |
Depends: |
R (≥ 4.0.0) |
Imports: |
methods, Rcpp (≥ 1.0.8), stats |
LinkingTo: |
Rcpp, RcppEigen, RcppProgress |
Suggests: |
spelling, covr, knitr, rmarkdown, testthat (≥ 3.0.0) |
Published: |
2022-05-06 |
Author: |
Eunseop Kim [aut, cre],
Steven MacEachern [aut, ths],
Mario Peruggia [aut, ths] |
Maintainer: |
Eunseop Kim <kim.7302 at osu.edu> |
BugReports: |
https://github.com/markean/melt/issues |
License: |
GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: |
https://github.com/markean/melt |
NeedsCompilation: |
yes |
Language: |
en-US |
Materials: |
README NEWS |
CRAN checks: |
melt results |