| wc_alpha | R Documentation |
This assumes the random variable X follows a normal distribution.
wc_alpha(width, center = c("X", "ave"))
width |
The half-width of the interval, in units of |X|.
This needs to be at least 1 if |
center |
What is the center of the interval? Either |
The worst case probability (a priori) that a confidence interval
of half-width width will not capture the mean.
David Gerard
wc_alpha(width = 2, center = "X")
wc_alpha(width = 2, center = "ave")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.