Package: baymedr
Title: Computation of Bayes Factors for Common Biomedical Designs
Version: 0.1.1
Date: 2021-03-26
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. 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 on a continuous outcome measure. 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]).
Depends: R (>= 3.2.0)
Imports: methods, rlang, stats, stringr
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
RoxygenNote: 7.1.1
License: GPL-3
Encoding: UTF-8
Language: en-US
URL: https://github.com/maxlinde/baymedr
BugReports: https://github.com/maxlinde/baymedr/issues
NeedsCompilation: no
Packaged: 2021-03-26 15:03:46 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: 2021-03-28 03:20:02 UTC
Built: R 4.2.0; ; 2022-04-26 11:27:51 UTC; unix
