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