Displaying 2 results from an estimated 2 matches for "amnt".
Did you mean:
amit
2002 Nov 15
5
confidence interval in "predict.lm"
...lain why the difference exists,
and which function(s) in R I might use
to get the answers in the book, and (perhaps) an explanation as to which
method to use in various situations).
The example:
> x<-c(10,20,30,40,50,60,70)
> y<-c(17,21,25,28,33,40,49)
> dat <- data.frame(temp=x,amnt=y)
temp amnt
1 10 17
2 20 21
3 30 25
4 40 28
5 50 33
6 60 40
7 70 49
being a table of temperatures (temp) and the corresponding amounts of copper
sulfate that disolve in 100g of water
at that temperature.
The regression line:
> mod <- lm(amnt ~ temp,dat)
>...
2002 Aug 29
0
PATCH: Fix IRIX 6 testsuite failures
Having built rsync 2.5.5 on IRIX 6.2 with gcc 3.1, I ran into two failures
when running the testsuite with make check: both the chgrp and hardlinks
tests fail:
The failure in the chgrp test occurs here:
+ rsync -rtgvvv /amnt/callisto/volumes/obj-irix5/local/obj.irix5/rsync-2.5.5/testtmp.chgrp/from/ /amnt/callisto/volumes/obj-irix5/local/obj.irix5/rsync-2.5.5/testtmp.chgrp/to/
rsync: opendir /amnt/callisto/volumes/obj-irix5/local/obj.irix5/rsync-2.5.5/testtmp.chgrp/from//tgvvv failed: No such file or directory.
rsync:...