I am exploring and new with gtools SSC. I understand that is a beta version. I was surprised how fast is it.
Specifically I am using logit regression but I wonder if exist some way to use predict or marginal means, I use this example:
Specifically I am using logit regression but I wonder if exist some way to use predict or marginal means, I use this example:
Code:
ssc install gtools sysuse auto, clear expand 20000 gglm foreign mpg price, family(binomial) mata GtoolsLogit.print() predict pr last estimates not found

Comment