R/ordinal.mle.R

Defines functions ordinal.mle

Documented in ordinal.mle

ordinal.mle <- function(y, link = "logit") {
 Rfast::ordinal.mle(y, link = link)
}

Try the MLE package in your browser

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

MLE documentation built on April 3, 2025, 10:02 p.m.