WeightedMedian-class function

WeightedMedian Class

WeightedMedian Class

An object containing the estimate produced using the median-based method as well as various statistics. class

Slots

  • Type: The type of median that has been calculated, "simple", "weighted", or "penalized".
  • Exposure: The name of the exposure variable.
  • Outcome: The name of the outcome variable.
  • Estimate: The causal point estimate from the median-based method.
  • StdError: The standard error associated with Estimate (obtained from bootstrapping).
  • CILower: The lower bound of the confidence interval for Estimate based on StdError.
  • CIUpper: The upper bound of the confidence interval for Estimate based on StdError.
  • Alpha: The significance level used in constructing the confidence interval (default is 0.05).
  • Pvalue: P-value associated with the causal estimate from the Wald method.
  • SNPs: The number of SNPs that used in the calculation.
  • Maintainer: Stephen Burgess
  • License: GPL-2 | GPL-3
  • Last published: 2024-04-12

Useful links