Skip to content

TukeyHSD after lmer repeated measures

2 messages · stephen sefick, Gavin Simpson

#
I fit this model:

repeated_measure_height <- lmer(HEIGHT~ISO+(TIME|EX_PLANT), data=x)

I would like to test if the mean levels of ISO are sig diff. from each 
other (Is the difference greater than of less than 0).

Thank you for all of the help in advance.
kindest regards,
#
On Thu, 2013-06-06 at 18:02 -0500, Stephen Sefick wrote:
Take a look at the multcomp package.

HTH

G