Displaying 1 result from an estimated 1 matches for "ffeature".
Did you mean:
feature
2012 Feb 22
1
Gamm and post comparison
...er of calls (lcin) across Day. I am looking for
activity differences between three features (4 sites per feature). I am also
looking for peaks of activity across time (Day). I am using a gamm since I
believe these are nonlinear trends with nested data.
gammdata<-gamm(lcin~Temp+s(Day)+fType+wind+fFeature+Forest+Water+Built,
list=fSite,data=data, family=gaussian)
summary(gammdata$gam)
summary(gammdata$lme)
anova(gammdata$gam)
I can see which variables are significant but I was wondering if there was a
way to do a post hoc to see differences between features? Or is there a way
to compare different...