powered by
Internal function for calculating confidence intervals using the normal distribution.
ci_normal(type, mean, se, alpha)
Numeric value of confidence interval limit.
"l" for lower, "u" for upper.
Causal estimate.
Standard error of estimate.
Significance level.
None.
ci_normal(type = "l", mean = 0, se = 1, alpha = 0.05)
Run the code above in your browser using DataLab