| CLR-class {MRZero} | R Documentation |
CLR Class
Description
An object containing the confidence intervals produced using the conditional likelihood ratio method (CLR) and other identification-robust methods.
Slots
ExposureThe name of the exposure variable.
OutcomeThe name of the outcome variable.
CorrelationThe matrix of correlations between genetic variants.
ARlowerThe lower bounds of the causal estimate based on inverting Anderson and Rubin's test.
ARupperThe upper bounds of the causal estimate based on inverting Anderson and Rubin's test.
KlowerThe lower bounds of the causal estimate based on inverting Kleibergen's test.
KupperThe upper bounds of the causal estimate based on inverting Kleibergen's test.
CLRlowerThe lower bounds of the causal estimate based on inverting Moreira's conditional likelihood ratio test.
CLRupperThe upper bounds of the causal estimate based on inverting Moreira's conditional likelihood ratio test.
CIMinThe smallest value used in the search to find the confidence interval.
CIMaxThe largest value used in the search to find the confidence interval.
CIStepThe step size used in the search to find the confidence interval.
AlphaThe significance level used in constructing the confidence interval (default is 0.05).