How to use margins with ordered logit

How can I use the command "margins" to calculate the margins effect of my ordered logit?

Hi, some context and a reproducible example would help a lot here.

I already have the logistic but I dont know how to apply the command margin to get the predict effect.

< m1<- polr(datos$ODH~ datos$inf_male_esp+ datos$form_muj_esp, data=datos, Hess=T)
summary(m1)

< m<- polr(ODH~form_male_esp+ inf_muj_esp,data= datos, Hess=TRUE, method= "logistic")

I computed the command "margins" but it did not work because it didnt show the effect at each level

< summary(margins(m, type="response"))

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.