Description Usage Arguments Value Examples
A helper function for generating symmetric confidence intervals using a t
or standard normal distribution. The confidence interval is a
100(1 - alpha)% confidence interval.
1 | conf_int(.tbl, .alpha, .interval = "t")
|
.tbl |
Output from |
.alpha |
The confidence level. |
.interval |
Either "t" or "z". If "t", degrees of freedom are inferred from the input .tbl |
A list with
level |
The percentage of the confidence interval, 100(1-alpha) |
df |
|
lower |
The lower bound of the confidence interval |
upper |
The upper bound of the confidence interval |
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.