The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
ppRep is an R package for Bayesian estimation and testing of effect sizes based on original and replication study using a power prior framework for dynamic discounting of the original data. For more information, see the paper
Pawel, S., Aust, F., Held, L., and Wagenmakers, E.-J. (2023). Power priors for replication studies. TEST. doi:10.1007/s11749-023-00888-5
## CRAN version
install.packages("ppRep")
## from GitHub
## install.packages("remotes") # requires remotes package
::install_github(repo = "SamCH93/ppRep") remotes
library("ppRep")
## data from one replication of "Labels" experiment in Protzko et al. (2020)
<- 0.2 # original SMD effect estimate
to <- 0.05 # original standard error
so <- 0.09 # replication SMD effect estimate
tr <- 0.05 # replication standard error
sr
## compute and plot posterior density with 95% HPD credible intervals
plotPP(tr = tr, sr = sr, to = to, so = so, CI = TRUE)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.