I would like to see the source code for the TUKEY HSD test
when I do this getAnywhere("stats::TukeyHSD")
no object named ‘stats::TukeyHSD’ was found
and when I try getAnywhere("TukeyHSD")
I get the results
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: 0x000000000b364580>
<environment: namespace:stats>
but where can I see the code?
Thank you.