View source: R/ExtraFunctions.R
ci_t | R Documentation |
Internal function for calculating confidence intervals using the t-distribution.
ci_t(type, mean, se, df, alpha)
type |
"l" for lower, "u" for upper. |
mean |
Causal estimate. |
se |
Standard error of estimate. |
df |
Number of degrees of freedom. |
alpha |
Significance level. |
None.
Numeric value of confidence interval limit.
ci_t(type = "l", mean = 0, se = 1, df = 8, alpha = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.