| MVLasso-class {MRZero} | R Documentation |
MRMVLasso class
Description
An object containing the estimates produced using the multivariable MR-Lasso method as well as various statistics.
Slots
ExposureThe names of the exposure variables.
OutcomeThe name of the outcome variable.
OrientateThe number of the risk factor that genetic associations are orientated to. The default value is
1, meaning that genetic associations with the first risk factor are set to be positive.EstimateThe causal estimates from the multivariable MR-Lasso method.
StdErrorThe standard errors 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-values associated with the causal estimates from the multivariable MR-Lasso method.
SNPsThe number of SNPs used in the calculation.
RegEstimateThe estimates from the regularized regression model used in the multivariable MR-Lasso method.
RegInterceptThe intercept estimates from the regularized regression model used in the multivariable 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 MR-Lasso method, which is obtained as a 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).