Description Usage Arguments Value Examples
One side or two side interval estimation in any confidence using R
| 1 | interval_estimated(x, sigma, side, alpha)
 | 
| x | the inpput data | 
| sigma | the overall standard deviation | 
| side | one side or two side interval estimation | 
| alpha | cofidence | 
the interval
| 1 2 3 4 5 6 7 8 | ## Not run: 
sigma=-1
side=0
alpha=0.05
x= c(28,26,33,24,34,-44,27,16,40,-2,29,22,24,21,25,30,23,29,31,19)
interval_estimated(x,sigma,side,alpha)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.