Displaying 1 result from an estimated 1 matches for "hammercat".
2011 Apr 11
2
ordered logistic regression - cdplot and polr
...es not
produce a summary of the fit of the model or of the overall fit of the
factor. Also, intercepts are different from those produced with a logistic
fit in JMP...
Code below, any help much appreciated.
Thanks
Beth
LogAntDensityFactor<-as.factor(LogAntDensity)
###order ordinal variable
HammerCatOrd<-ordered(HammerCat)
###set ordered ordinal dependent variable as factor
HammerCatOrdFactor<-as.factor(HammerCatOrd)
###density plot with three levels
cdplot(HammerCatOrdFactor~LogAntDensityFactor,xlab="Log(Ant
Density)",ylab="Latency
of response to disturbance (1-3)&qu...