Hello,
I have ran a logistic regression using the GLM framework:
glm nonzero $newvars if s1==1 ,family(binomial) link(logit)
Unfortunately, I didn't realise that some of the commands you might use after using logit rather than GLM cannot be used, for example estat classification and lroc.
I was wondering if anyone had any resources or code that would help me replicate the outputs I would get from using the post estimation commands I would get after using logit.
I have looked at the post estimation commands you can use post GLM and none seem to be what I am looking for.
I have ran a logistic regression using the GLM framework:
glm nonzero $newvars if s1==1 ,family(binomial) link(logit)
Unfortunately, I didn't realise that some of the commands you might use after using logit rather than GLM cannot be used, for example estat classification and lroc.
I was wondering if anyone had any resources or code that would help me replicate the outputs I would get from using the post estimation commands I would get after using logit.
I have looked at the post estimation commands you can use post GLM and none seem to be what I am looking for.
Comment