| run_meta | R Documentation |
Strategy: 1. Single study: Pass-Through (return as-is) 2. Try random-effects with Paule-Mandel tau 3. If RE fails: try fixed-effect 4. If both fail: return NULL
run_meta(te, se_te, studlab)
te |
Numeric vector of log2 prevalence ratios. |
se_te |
Numeric vector of standard errors (log2 scale). |
studlab |
Character/numeric vector of study labels. |
Named list with log2_pr, se, ci_low, ci_high, z, p_value, meta_model_type, tau2, I2, Q, pval_Q, lower_predict, upper_predict. NULL if meta-analysis fails.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.