rtma_cdf {phacking} | R Documentation |
Compute theoretical and empirical CDFs for a right-truncated meta-analysis
Description
Compute theoretical and empirical CDFs for a right-truncated meta-analysis
Usage
rtma_cdf(rtma)
Arguments
rtma |
Output of |
Value
A tibble with the columns yi
(effect sizes), cdfi
(their fitted CDF) and ecdfi
(their empirical CDF).
A data frame with the CDF derived from a metabias object.
References
Mathur MB (2022). “Sensitivity analysis for p-hacking in meta-analyses.” doi:10.31219/osf.io/ezjsx.
Examples
money_priming_rtma <- phacking_meta(money_priming_meta$yi,
money_priming_meta$vi,
parallelize = FALSE)
rtma_cdf(money_priming_rtma)
[Package phacking version 0.2.1 Index]