An object containing the estimate produced using the debiased inverse-variance weighted (dIVW) method as well as various statistics.
Over.dispersionShould the method consider overdispersion (balanced horizontal pleiotropy)? Default is TRUE.
ExposureThe name of the exposure variable.
OutcomeThe name of the outcome variable.
EstimateThe causal point estimate from the median-based method.
StdErrorThe standard error associated with Estimate (obtained from bootstrapping).
CILowerThe lower bound of the confidence interval for Estimate based on StdError.
CIUpperThe upper bound of the confidence interval for Estimate based on StdError.
AlphaThe significance level used in constructing the confidence interval (default is 0.05).
PvalueP-value associated with the causal estimate from the Wald method.
SNPsThe number of SNPs that used in the calculation.
ConditionA measure defined as (average F-statistic -1)*sqrt(# snps) that needs to be large for reliable asymptotic approximation based on the dIVW estimator. It is recommended to be greater than 20.