
Check Internal Consistency of Summary Statistics
Source:R/inspect_sr_checks.R
check_statistics_consistency.RdVerifies relationships between reported summary statistics (CI symmetry, SE vs CI width).
Usage
check_statistics_consistency(
estimate,
ci_lower = NULL,
ci_upper = NULL,
se = NULL,
log_scale = FALSE,
ci_level = 0.95,
tolerance = 0.1
)