Displaying 2 results from an estimated 2 matches for "209563".
Did you mean:
209561
2004 Jul 26
0
A better fix for the blkdev merging bug
> > I''ve given this change a go on my PE1650 (aacraid driver).
> > Unfortunately this seems to be one of the SCSI drivers that doesn''t
> > correctly handle the error condition.
> >
> > Running my usual test (''compare'' in dom0, compiles in other domains), I
> > don''t see any differences in the compares, but after a
2004 Apr 07
4
Problems with rlm
Dear all,
When calling rlm with the following data, I get an error. (R v.1.8.1,
WinXP Pro 2002 with service pack 1.)
> d <- na.omit(data.frame(CPRATIO, HEIGHTZ, FAMILYID))
> c <- tapply(d$CPRATIO, d$FAMILYID, mean)
> h <- tapply(d$HEIGHTZ, d$FAMILYID, mean)
> c
1 2 3 6 7 9 10
11
6.000000 2.500000 3.250000