Guest User

Untitled

a guest
Nov 21st, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Test1<-glm(Behaviour~Habitat, data=dat, family=binomial)
  2. anova(Test1, test="Chisq")
  3. Result<-glht(Test1, mcp(Habitat[![enter image description here][1]][1]="Tukey"))
  4. summary(Result)
  5. confint(Result)
  6. plot(cld(Res, level=.05, col="lightgrey"))
Add Comment
Please, Sign In to add comment