Skip to content
Prev 8295 / 20628 Next

Ordinal Package and post hoc test

On Mon, 28 May 2012, fernando barbero wrote:

            
<            link="probit",Hess=TRUE)
How about
pop1 <- d$population == "pop1"
fm2  <- clmm(leaf~ pop1 +(1|pop1:family), data=d,
              threshold"flexible", link="probit",Hess=TRUE)
anova(fm1, fm2), with or without a Bonferroni correction, or use AIC.