| MaxLik-class {MRZero} | R Documentation |
MaxLik Class
Description
An object containing the estimate produced using the maximum-likelihood method as well as various statistics.
Slots
ModelThe model used for estimation: fixed-effect (
"fixed") or random-effects ("random").ExposureThe name of the exposure variable.
OutcomeThe name of the outcome variable.
CorrelationThe matrix of correlations between genetic variants.
PsiThe correlations between genetic associations with the exposure and with the outcome.
EstimateThe causal point estimate from the inverse-variance weighted method.
StdErrorThe standard error associated with
Estimate.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.
SNPsThe number of SNPs that were used in the calculation.
RSEThe estimated residual standard error from the regression model.
Heter.StatHeterogeneity statistic (likelihood ratio statistic) and associated p-value: the null hypothesis is that all genetic variants estimate the same causal parameter; rejection of the null is an indication that one or more variants may be pleiotropic.