meta_inverse_variance | R Documentation |
meta-analysis based on inverse variance method for a data.
meta_inverse_variance(beta1, beta2, se1, se2) meta_inverse_variance_df(data = NULL, beta1, beta2, se1, se2)
beta1 |
effect size for the first study. |
beta2 |
effect size for the second study. |
se1 |
standard error for the first study. |
se2 |
standard error for the second study. |
data |
if a data.table, the beta and se are the column names. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.