
Native ordered logistic/probit regression (reproduces MASS::polr)
Source:R/mass_native.R
morie_polr.RdProportional-odds ordinal regression by direct maximum likelihood on
the cumulative-link parametrisation used by MASS::polr (same
cutpoint transform cumsum(c(theta_1, exp(theta_2..q))) and the
same glm-based start), so the fitted log-likelihood matches
MASS::polr to optimiser tolerance.