Hello, I am trying to run a two level model with Inverse Gaussian family and log link function using meglm. But it does not support this specification. My specification in Stata is as follows
meglm depmvar indepvar || clusvar: , family(inversegaussian) link(log)
next I tried gsem command but same problem. Installed runmlwin but it don't support inverse Gaussian.
I used Gaussian invgaussian but none working. IS there any alternative command or user written program that i can use to fix the problem.
meglm depmvar indepvar || clusvar: , family(inversegaussian) link(log)
next I tried gsem command but same problem. Installed runmlwin but it don't support inverse Gaussian.
I used Gaussian invgaussian but none working. IS there any alternative command or user written program that i can use to fix the problem.

Comment