Description
Bayesian Prior and Posterior Predictive Replication Assessment.
Description
Utilize the Bayesian prior and posterior predictive checking approach to provide a statistical assessment of replication success and failure. The package is based on the methods proposed in Zhao,Y., Wen X.(2021) <arXiv:2105.03993>.
README.md
Installation
devtools::install_github("ArtemisZhao/PRP/R_src")
Real data
library(PRP)
## RP:P
data("RPP_filtered")
## Cardiovascular disease impact on the COVID-19 mortality
data("mortality")
## Cardiovascular disease impact on the COVID-19 severity
data("severity")