Package: PRDA
Title: Conduct a Prospective or Retrospective Design Analysis
Version: 1.0.2
Authors@R: c(
    person("Claudio", "Zandonella Callegher", , "claudiozandonella@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-7721-6318")),
    person("Massimiliano", "Pastore", , "massimiliano.pastore@unipd.it", role = "aut",
           comment = c(ORCID = "0000-0002-7922-6365")),
    person("Angela", "Andreella", , "a.andreella8@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0002-1141-3041")),
    person("Anna", "Vesely", , "anna.vesely92@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0001-6696-2390")),
    person("Enrico", "Toffalini", , "enrico.toffalini@yahoo.it", role = "aut",
           comment = c(ORCID = "0000-0002-1404-5133")),
    person("Giulia", "Bertoldo", , "giuliabertoldo94@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0002-6960-3980")),
    person("Gianmarco", "Altoè", , "gianmarco.altoe@unipd.it", role = "aut",
           comment = c(ORCID = "0000-0003-1154-9528"))
  )
Description: An implementation of the "Design Analysis" proposed by 
    Gelman and Carlin (2014) <doi:10.1177/1745691614551642>. It combines 
    the evaluation of Power-Analysis with other inferential-risks as 
    Type-M error (i.e. Magnitude) and Type-S error (i.e. Sign). See also
    Altoè et al. (2020) <doi:10.3389/fpsyg.2019.02893> and 
    Bertoldo et al. (2020) <doi:10.31234/osf.io/q9f86>.
Depends: R (>= 3.5.0)
Suggests: covr, devtools, ggplot2, knitr, rmarkdown, roxygen2,
        testthat, tidyverse
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.3
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo
Imports: MASS, pbapply, Rcpp
URL: https://claudiozandonella.github.io/PRDA/,
        https://github.com/ClaudioZandonella/PRDA
BugReports: https://github.com/ClaudioZandonella/PRDA/issues
NeedsCompilation: yes
Packaged: 2025-11-03 14:51:41 UTC; claudio
Author: Claudio Zandonella Callegher [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-7721-6318>),
  Massimiliano Pastore [aut] (ORCID:
    <https://orcid.org/0000-0002-7922-6365>),
  Angela Andreella [aut] (ORCID: <https://orcid.org/0000-0002-1141-3041>),
  Anna Vesely [aut] (ORCID: <https://orcid.org/0000-0001-6696-2390>),
  Enrico Toffalini [aut] (ORCID: <https://orcid.org/0000-0002-1404-5133>),
  Giulia Bertoldo [aut] (ORCID: <https://orcid.org/0000-0002-6960-3980>),
  Gianmarco Altoè [aut] (ORCID: <https://orcid.org/0000-0003-1154-9528>)
Maintainer: Claudio Zandonella Callegher <claudiozandonella@gmail.com>
Repository: CRAN
Date/Publication: 2025-11-03 15:20:02 UTC
