An object containing the estimate produced using the median-based method as well as various statistics.
TypeThe type of median that has been calculated, "simple", "weighted", or "penalized".
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.