Displaying 2 results from an estimated 2 matches for "261635".
2005 May 11
0
Yum Error on CentOS 4_64 / libexpat Issues
...-rw-r--r-- 1 root root 432298 May 11 01:51 libexpat.a
-rwxr-xr-x 1 root root 706 May 11 01:51 libexpat.la*
lrwxrwxrwx 1 root root 17 May 11 02:19 libexpat.so ->
libexpat.so.0.5.0*
lrwxrwxrwx 1 root root 17 May 11 03:15 libexpat.so.0 ->
libexpat.so.0.5.0*
-rwxr-xr-x 1 root root 261635 May 11 01:51 libexpat.so.0.4.0*
-rwxr-xr-x 1 root root 122048 Feb 21 20:00 libexpat.so.0.5.0*
Any insight or guidance is appreciated.
regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/200505...
1998 Feb 26
3
R-beta: quantile
I do:
x<-rnorm(1000)
quantile(x,c(.025,.975))
2% 98%
-1.844753 1.931762
Since I want to find a 95% confidence interval, I take the .025 and .975
quantiles. HOWEVER R says I have the 2% (not 2.5%) and 98% (not 97.5%)
points. Is it just rounding the printed 2% and 98%, or is it REALLY
finding .02 and .98 points instead of .025 and .975?
Thanks for any help.
Bill Simpson