Hello everyone,
I am encountering some issues when running the function mlexp on a country dataset.
My function is:
On several datasets, the function runs with no issues. Nevertheless, there is one on which it returns an r(491) problem - not being able to find feasible values.
Do you have any ideas on how I can solve the problem?
Thank you all in advance,
Stefano
I am encountering some issues when running the function mlexp on a country dataset.
My function is:
Code:
mlexp (ln(normalden(var1, {xb: var2 var3 var4 var5 _cons}, {sigma})))
Do you have any ideas on how I can solve the problem?
Thank you all in advance,
Stefano
Comment