ci_normal {MendelianRandomization} | R Documentation |
Internal function for calculating confidence intervals using the normal distribution.
ci_normal(type, mean, se, alpha)
type |
"l" for lower, "u" for upper. |
mean |
Causal estimate. |
se |
Standard error of estimate. |
alpha |
Significance level. |
None.
Numeric value of confidence interval limit.
ci_normal(type = "l", mean = 0, se = 1, alpha = 0.05)