rtma_cdf: Compute theoretical and empirical CDFs for a right-truncated...

View source: R/diagnostics.R

rtma_cdfR 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 phacking_meta().

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

\insertRef

mathur2022phackingmetabias

Examples


money_priming_rtma <- phacking_meta(money_priming_meta$yi,
                                    money_priming_meta$vi,
                                    parallelize = FALSE)
rtma_cdf(money_priming_rtma)


phacking documentation built on July 26, 2023, 5:22 p.m.