Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: RE: AW: GLM family and link (default)
From
"Lachenbruch, Peter" <[email protected]>
To
"'[email protected]'" <[email protected]>
Subject
st: RE: AW: GLM family and link (default)
Date
Mon, 14 Jun 2010 08:54:40 -0700
These provide a nice comparison of the various models, but I have some concerns:
1. this could be interpreted as shopping for a 'good' model - and then any significance tests are inappropriate.
2. If you have binary responses why would you use anything but a logit or probit model? My preference is the logit model from the likelihood model, but you can't distinguish probit and logit models unless you have many observations.
Tony
Peter A. Lachenbruch
Department of Public Health
Oregon State University
Corvallis, OR 97330
Phone: 541-737-3832
FAX: 541-737-4001
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Martin Weiss
Sent: Monday, June 14, 2010 4:02 AM
To: [email protected]
Subject: st: AW: GLM family and link (default)
<>
" Actually
this seems to work better than the probit command."
"Work better" is not an expression that conveys much to me. In which respect
did it work better?
Note you can replicate the linear probability model, -probit- and -logit-
via -glm-:
*************
sysuse auto, clear
reg foreign length weight
glm foreign length weight, family(gaussian) link(identity) nolog
prob foreign length weight, nolog
glm foreign length weight, family(binomial 1) link(probit) nolog
logit foreign length weight, nolog
glm foreign length weight, family(binomial 1) link(logit) nolog
*************
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von
[email protected]
Gesendet: Montag, 14. Juni 2010 12:37
An: [email protected]
Betreff: st: GLM family and link (default)
Dear Statlist,
Looking at the glm help I found that the distribution of the dependent
variable -by default- is family(gaussian).
I am working with glm command, I did not specify any specific type of
family or link function, and I have a binary dependent variable. Actually
this seems to work better than the probit command.
As I don't have continuous Gaussian responses but binary ones, which
should be the distribution family and link function underlying this
command?
Thanks in advance.
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/