| MRLasso-class {MRZero} | R Documentation |
MRLasso class
Description
An object containing the estimates produced using the MR-Lasso method as well as various statistics.
Slots
ExposureThe names of the exposure variables.
OutcomeThe name of the outcome variable.
EstimateThe causal estimate from the MR-Lasso method.
StdErrorThe standard error associated with
Estimate.CILowerThe lower bounds of the confidence intervals for
Estimatebased onStdError.CIUpperThe upper bounds of the confidence intervals 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 MR-Lasso method.
SNPsThe number of SNPs used in the calculation.
RegEstimateThe estimate from the regularized regression model used in the MR-Lasso method.
RegInterceptThe intercept estimates from the regularized regression model used in the MR-Lasso method. An intercept estimate of zero identifies the corresponding genetic variant as a valid instrument. Genetic variants with non-zero intercept estimates will be excluded from the post-lasso estimator.
ValidThe number of genetic variants that have been identified as valid instruments.
ValidSNPsThe names of genetic variants that have been identified as valid instruments.
LambdaThe value of the tuning parameter used to compute
RegEstimate(default is to calulateLambdausing the heterogeneity stopping rule).