Displaying 2 results from an estimated 2 matches for "aubut".
Did you mean:
abut
2009 May 08
1
Merging two data frames with 3 common variables makes duplicated rows
...n Jean-Claude H 45 free
Its structure is:
> str(tmv)
'data.frame': 239 obs. of 6 variables:
$ temps :Class 'times' atomic [1:239] 0.0831 0.0902 0.0919 0.0919 0.0923
...
.. ..- attr(*, "format")= chr "h:m:s"
$ nom : Factor w/ 167 levels "Aubut","Audy",..: 45 84 55 105 98 110 158
117 109 22 ...
$ prenom: Factor w/ 135 levels "Alain","Alexandre",..: 128 33 121 122 93 93
130 126 63 59 ...
$ sexe : Factor w/ 2 levels "F","H": 2 2 2 2 2 2 2 2 2 2 ...
$ dist : int 45 45 45 45 45 45 4...
2012 Jan 02
1
Is using glht with "Tukey" for lme post-hoc comparisons an appropriate substitute to TukeyHSD?
Hello,
I am trying to determine the most appropriate way to run post-hoc
comparisons on my lme model. I had originally planned to use Tukey
HSD method as I am interested in all possible comparisons between my
treatment levels. TukeyHSD, however, does not work with lme. The
only other code that I was able to find, and which also seems to be
widely used, is glht specified with Tukey: