ci | R Documentation |
Calculates asymptotic confidence intervals.
ci_asymptotic(est, sd, n, transformer, quants)
ci_boot(
x,
est,
sd,
type,
transformer,
parallel,
quants,
n_reps,
standardized = FALSE
)
est , sd |
The estimate and estimated standard deviation. |
n |
Number of observations. |
transformer |
A transformer object. |
quants |
Quantiles for the confidence interval. |
x |
Data to estimate alpha on. |
type |
Type of confidence interval. Either |
parallel |
If |
n_reps |
Number of bootstrap samples if |
standardized |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.