Displaying 3 results from an estimated 3 matches for "haireye".
Did you mean:
haired
2002 Feb 08
2
bugs or imperfect implementation?
...in the whole word "package" I'll get an
error in 1.4.0. For example, data(cats,package=MASS) works fine but
data(cats,pac=MASS) doesn't.
2. drop1 doesn't seem to be as smart as before. In the sequence
below, drop1 didn't produce what I expected it to produce.
data(HairEyeColor); lab<-dimnames(HairEyeColor)
HairEye<-cbind(expand.grid(Hair=lab$Hair,Eye=lab$Eye,
Sex=lab$Sex),Fr=as.vector(HairEyeColor))
HairEye.fit<-glm(Fr~.^2,poisson,HairEye)
drop1(HairEye.fit)
The following sequence however works.
HairEye.fit<-glm(Fr~(Hair+Eye+Sex...
2017 Sep 01
0
I have corrected a dead link in the treering documentation
...ary/grDevices/man/pdf.Rd
1 src/library/base/man/taskCallbackNames.Rd
1 src/library/stats/man/shapiro.test.Rd
1 src/library/tcltk/man/TkWidgets.Rd
2 src/library/graphics/man/assocplot.Rd
1 src/library/base/man/sprintf.Rd
6 src/library/base/man/regex.Rd
3 src/library/datasets/man/HairEyeColor.Rd
1 src/library/stats/man/optimize.Rd
1 src/library/datasets/man/UKDriverDeaths.Rd
1 src/library/utils/man/object.size.Rd
1 src/library/utils/man/unzip.Rd
1 src/library/base/man/dcf.Rd
1 src/library/base/man/DateTimeClasses.Rd
3 src/library/stats/man/GammaDist.Rd
2 src...
2017 Sep 01
2
I have corrected a dead link in the treering documentation
>>>>> Thomas Levine <_ at thomaslevine.com>
>>>>> on Fri, 28 Jul 2017 18:53:16 +0000 writes:
> The attached patch corrects a dead link in the treering
> documentation. The URL in the manual [1] refers to a
> personal home page belonging to Christine Hallman (user
> "hallman") on the website of the University of Arizona