Fit a cumulative link model (CLM) using the ordinal package
Usage
fit_clm(formula, data, link = "probit")
Arguments
- formula
A formula specifying the model to fit.
- data
A data frame containing the data to fit the model.
- link
A string specifying the link function to use. Default is
"probit".
Value
A fitted clm object from the ordinal package.