Re: [R] getting TukeyHSD code

2013-01-12 Thread Rolf Turner
Hi Erin, What you're missing is that the TukeyHSD function is generic. There seems to be only one method for it, namely TukeyHSD.aov. Try typing: methods(TukeyHSD) On my system if I type TukeyHSD.aov I see a splendiferous amount of lovely --- and (mirabile dictu!) reasonably compreh

Re: [R] getting TukeyHSD code

2013-01-12 Thread David Winsemius
On Jan 12, 2013, at 9:54 PM, Erin Hodgess wrote: Hello R People: Here's the Saturday night goofy question. I would like to see the code for TukeyHSD function and I tried the following: getAnywhere("TukeyHSD") A single object matching ‘TukeyHSD’ was found It was found in the following place

[R] getting TukeyHSD code

2013-01-12 Thread Erin Hodgess
Hello R People: Here's the Saturday night goofy question. I would like to see the code for TukeyHSD function and I tried the following: > getAnywhere("TukeyHSD") A single object matching ‘TukeyHSD’ was found It was found in the following places package:stats namespace:stats with value funct