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: Comparing logistic and poisson regressions - fit stats
From
"Frank Peter" <[email protected]>
To
[email protected]
Subject
st: Comparing logistic and poisson regressions - fit stats
Date
Thu, 17 Jun 2010 09:52:51 -0400
Dear Stata User,
I am trying to compare logistic and poisson regressions. I am working on a scale that 1 -5 (yes or no), I can create two types of outcomes for all analysis
egen out1 = anymatch(v1 v2 v3 v4 v5), val(1)
egen out2 = anycount(v1 v2 v3 v4 v5), val(1)
Please, can help someone help with Stata routine that I can use to compare logistics with poissonb regression
logit out1 factors
poisson out2 factors
Thanks
Regards
Frank Peter
*
* 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/