Internal function to combine estimates from multiple models and provide summary statistics
Usage
gmte_combine(Ests = Ests, SEs = SEs, alpha = 0.05)
Arguments
- Ests
The estimates.
- SEs
Standard Errors for the estimates.
- alpha
Significance threshold (default 0.05)
Value
An object containing the combined estimate (plus SE, P, and Q statistic)
References
Bowden, J., et al., The Triangulation WIthin A STudy (TWIST) framework for causal inference within Pharmacogenetic research. PLoS Genetics. https://doi.org/10.1371/journal.pgen.1009783
Author
Jack Bowden; Luke Pilling.