'Extreme Bound Analysis (EBA) using ordered Probit in R

I am using Extreme Bound analysis (EBA). my dependent variable is ordinal. So i want to use ordered probit regression for computing EBA. I am using following code.

ebaresult1 <- eba(formula= A170~ X003 + health | A001 + A002 | F114 + F115 ,reg.fun= polr, method= "probit", data=data)

I am not getting proper result. Beta coefficient and in other outcome it is showing NA. all the result having NA only. Kindly help me to sort this issue.

r


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source