Package: ESTER
Title: Efficient Sequential Testing with Evidence Ratios
Version: 0.2.0
Date: 2017-12-10
Authors@R: person("Ladislas", "Nalborczyk", email = "ladislas.nalborczyk@gmail.com",
  role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7419-9855"))
Description: An implementation of sequential testing that uses evidence ratios
    computed from the weights of a set of models. These weights correspond either
    to Akaike weights computed from the Akaike Information Criterion (AIC) or the
    Bayesian Information Criterion (BIC) and following Burnham & Anderson
    (2004, <doi:10.1177/0049124104268644>) recommendations, or to pseudo-BMA
    weights computed from the WAIC or the LOO-IC of models fitted
    with 'brms' and following Yao et al. (2017, <arXiv:1704.02030v3>).
License: MIT + file LICENSE
LazyData: yes
RoxygenNote: 6.0.1
Depends: R (>= 3.3.0)
Imports: brms, lme4, dplyr, magrittr, tidyr, ggplot2, rlang, foreach,
        doParallel, cowplot
URL: https://github.com/lnalborczyk/ESTER
BugReports: https://github.com/lnalborczyk/ESTER/issues
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-12-10 14:04:16 UTC; Ladislas
Author: Ladislas Nalborczyk [aut, cre] (0000-0002-7419-9855)
Maintainer: Ladislas Nalborczyk <ladislas.nalborczyk@gmail.com>
Repository: CRAN
Date/Publication: 2017-12-10 14:21:14 UTC
Built: R 4.2.0; ; 2023-07-11 03:34:12 UTC; unix
