Skip to content
Prev 332689 / 398502 Next

How to plot results of clmm()?

Dear Thomas and Michael,

As Michael knows, there is a default Effect() method in the development
version of the effects package on R-Forge. This should work with almost all
model objects that produce a single fitted value and that respond to coef(),
model.frame(), formula(), and vcov(). 

This might cover plotting the latent response in clm() or clmm() models but
not plots of fitted response-category probabilities such as the effects
package can make for models fit by multinom() in the nnet package or polr()
in the MASS package. 

Best,
 John