meta_inverse_variance: meta-analysis based on inverse variance method.

View source: R/analyse.R

meta_inverse_varianceR Documentation

meta-analysis based on inverse variance method.

Description

meta-analysis based on inverse variance method for a data.

Usage

meta_inverse_variance(beta1, beta2, se1, se2)

meta_inverse_variance_df(data = NULL, beta1, beta2, se1, se2)

Arguments

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.


XikunHan/geneticToolBox documentation built on Jan. 3, 2023, 4:12 a.m.