Displaying 1 result from an estimated 1 matches for "logantdensityfactor".
2011 Apr 11
2
ordered logistic regression - cdplot and polr
...ncludes t
values for lots (if not all) of my independent factor values, but does 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
D...