[R] getting TukeyHSD code
Erin Hodgess
erinm.hodgess at gmail.com
Sun Jan 13 06:54:17 CET 2013
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
function (x, which, ordered = FALSE, conf.level = 0.95, ...)
UseMethod("TukeyHSD")
<bytecode: 0x0000000005d22f90>
<environment: namespace:stats>
> stats:::TukeyHSD
function (x, which, ordered = FALSE, conf.level = 0.95, ...)
UseMethod("TukeyHSD")
<bytecode: 0x0000000005d22f90>
<environment: namespace:stats>
>
I thought that the 3 colon would take care of matters. What am I
missing, please?
Thanks yet again,
Sincerely,
Erin
--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodgess at gmail.com
More information about the R-help
mailing list