Learn R Programming

MendelianRandomization (version 0.10.0)

ci_normal: Calculate confidence intervals using the normal distribution

Description

Internal function for calculating confidence intervals using the normal distribution.

Usage

ci_normal(type, mean, se, alpha)

Value

Numeric value of confidence interval limit.

Arguments

type

"l" for lower, "u" for upper.

mean

Causal estimate.

se

Standard error of estimate.

alpha

Significance level.

Details

None.

Examples

Run this code
ci_normal(type = "l", mean = 0, se = 1, alpha = 0.05)

Run the code above in your browser using DataLab