| MVGMM-class {MRZero} | R Documentation |
MVGMM Class
Description
An object containing the estimates produced using the multivariable generalized method of methods (GMM) method.
Slots
robustWhether the robust model with overdispersion heterogeneity is estimated.
ExposureThe names of the exposure variables.
OutcomeThe name of the outcome variable.
CorrelationThe matrix of correlations between genetic variants if specified. If not specified, an identity matrix will be returned.
ExpCorrelationWhether an exposure correlation matrix was specified.
CondFstatThe conditional F-statistic for each exposure.
EstimateThe causal estimates from the GMM method.
StdErrorThe standard errors associated with
Estimate.CILowerThe lower bounds of the confidence interval for
Estimatebased onStdError.CIUpperThe upper bounds of the confidence interval for
Estimatebased onStdError.OverdispersionThe estimate of the overdispersion parameter for the robust model. If this is negative, then a value of zero is used in the method.
PvalueP-value associated with the causal estimates.
AlphaThe significance level used in constructing confidence intervals (default is 0.05).
Heter.StatHeterogeneity statistic (Cochran's Q statistic) and associated p-value (for non-robust model): the null hypothesis is that all genetic variants estimate the same causal parameter; rejection of the null is an indication that one or more genetic variants may be pleiotropic.