There is method for the object produced by polr
, which
also returns the estimated cutpoints in a proportional odds model. However,
the default method simply calls coef
and returns the result.
If users implement their own models, it may be necessary to write a short
get_parameters
method.