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

Exposure

The name of the exposure variable.

Outcome

The name of the outcome variable.

Correlation

The matrix of correlations between genetic variants.

ARlower

The lower bounds of the causal estimate based on inverting Anderson and Rubin's test.

ARupper

The upper bounds of the causal estimate based on inverting Anderson and Rubin's test.

Klower

The lower bounds of the causal estimate based on inverting Kleibergen's test.

Kupper

The upper bounds of the causal estimate based on inverting Kleibergen's test.

CLRlower

The lower bounds of the causal estimate based on inverting Moreira's conditional likelihood ratio test.

CLRupper

The upper bounds of the causal estimate based on inverting Moreira's conditional likelihood ratio test.

CIMin

The smallest value used in the search to find the confidence interval.

CIMax

The largest value used in the search to find the confidence interval.

CIStep

The step size used in the search to find the confidence interval.

Alpha

The significance level used in constructing the confidence interval (default is 0.05).


[Package MRZero version 0.2.0 Index]