| WeightedMedian-class {MRZero} | R Documentation |
WeightedMedian Class
Description
An object containing the estimate produced using the median-based method as well as various statistics.
Slots
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
Estimatebased onStdError.CIUpperThe upper bound of the confidence interval for
Estimatebased onStdError.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.
[Package MRZero version 0.2.0 Index]