Package: baymedr
Title: Computation of Bayes Factors for Common Biomedical Designs
Version: 0.1.0
Date: 2019-10-17
Authors@R: c(
    person(given = "Maximilian",
           family = "Linde",
           role = c("aut", "cre"),
           email = "maximilian.linde.92@gmail.com",
           comment = c(ORCID = "0000-0001-8421-090X")),
    person(given = "Don",
           family = "van Ravenzwaaij",
           role= "aut",
           email = "d.van.ravenzwaaij@rug.nl",
           comment = c(ORCID = "0000-0002-5030-4091")),
    person(given = "Quentin F.",
           family = "Gronau",
           role = "ctb",
           email = "q.f.gronau@uva.nl",
           comment = c(ORCID = "0000-0001-5510-6943")))
Description: BAYesian inference for MEDical designs in R. Convenience functions 
    for the computation of Bayes factors for common biomedical research 
    designs. Implemented are functions to test the equivalence (equiv_bf), 
    non-inferiority (infer_bf), and superiority (super_bf) of an experimental 
    group compared to a control group. Bayes factors for these three tests can
    be computed based on raw data (x, y) or summary statistics (n_x, n_y,
    mean_x, mean_y, sd_x, sd_y [or ci_margin and ci_level]), making it possible 
    to reanalyse findings (e.g., from publications) without the need to obtain 
    the raw data.
Depends: R (>= 3.2.0)
Imports: methods, rlang, stats, stringr
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
RoxygenNote: 6.1.1
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/maxlinde/baymedr
BugReports: https://github.com/maxlinde/baymedr/issues
NeedsCompilation: no
Packaged: 2019-10-17 14:37:52 UTC; maximilian
Author: Maximilian Linde [aut, cre] (<https://orcid.org/0000-0001-8421-090X>),
  Don van Ravenzwaaij [aut] (<https://orcid.org/0000-0002-5030-4091>),
  Quentin F. Gronau [ctb] (<https://orcid.org/0000-0001-5510-6943>)
Maintainer: Maximilian Linde <maximilian.linde.92@gmail.com>
Repository: CRAN
Date/Publication: 2019-10-21 10:50:02 UTC
Built: R 4.0.0; ; 2020-04-10 02:41:53 UTC; windows
