Displaying 1 result from an estimated 1 matches for "lower99ci".
Did you mean:
lower95ci
2010 Oct 20
2
CI using ci.numeric
...e than these values.
x<- rnorm(200,0,1)
ci.numeric(x=mean(x),n=200,sds=sd(x),alpha=0.05)
n mean sd se lower95ci upper95ci
1 200 -0.07129813 1.015668 0.07181859 -0.2129213 0.0703250
ci.numeric(x=mean(x),n=200,sds=sd(x),alpha=0.01)
n mean sd se lower99ci upper99ci
200 -0.07129813 1.015668 0.07181859 -0.2580811 0.1154848
quantile(x)
0% 25% 50% 75% 100%
-3.23354673 -0.61926758 -0.06672757 0.62000897 2.43763696
Thanks,
D.
[[alternative HTML version deleted]]