man/rmd/ordinal_reg_polr.md

For this engine, there is a single mode: classification

Tuning Parameters

This model has no tuning parameters.

Translation from parsnip to the original package

The ordered extension package is required to fit this model.

library(ordered)

ordinal_reg() %>% 
  set_engine("polr") %>% 
  set_mode("classification") %>% 
  translate()
## Ordinal Regression Model Specification (classification)
## 
## Computational engine: polr 
## 
## Model fit template:
## MASS::polr(formula = missing_arg(), data = missing_arg(), weights = missing_arg())

References



Try the parsnip package in your browser

Any scripts or data that you put into this service are public.

parsnip documentation built on May 14, 2026, 5:08 p.m.