I ran an ordinal logistic regression using the following code
model1 = clm(IC~AU+CU+IUe,data = control, link = "logit") summary(model1)