Multiple comparisons with a glm
On Wednesday 05 November 2003 17:28, Ken Knoblauch wrote:
I've never seen anything written about multiple comparisons, as in the multcomp package or with TukeyHSD, but using a glm. Do such procedures exist? Are they sensible? Are there any packages in R that implement such comparisons?
simint() and simtest() both have methods for "glm" objects. hth, Z
Thank you.