anord wrote:
> 
> I'm trying to make multiple comparisons for an lme-object. 
> ...
> 
> My final model takes the following form:
> feedings ~ treat + year + data^2, random = ~1|site,data=feed.df
> 
> ...
> ==============
> feedings     sex site  treat year  date^2
> 1.8877888   M  838     H 2009      81
> 1.9102787   M  247     H 2009      81
> 
1) Try I(date^2)
2) Check the version you are using. For some older versions, multcomp and
lme were not close friends (even if that is some time ago now)

Dieter
-- 
View this message in context: 
http://r.789695.n4.nabble.com/Problems-with-glht-function-for-lme-object-tp3179128p3205045.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to