Bookmark and Share

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]

Re: st: Binary and ologit


From   Maarten Buis <[email protected]>
To   [email protected]
Subject   Re: st: Binary and ologit
Date   Tue, 31 Jul 2012 18:32:52 +0200

The easiest way is to combine the chronic an acute into diseased and
use a binary logit. So, say you have one variable --- lets call it
status --- with 4 categories: 0 healty, 1 diseased (cattle only), 2
acute (sheap only), 3 chronic (sheap only). Than you can first create
a new variable:

recode status (2=1) (3=1) , gen(newstatus)

and use that as response in your logit command.

Hope this helps,
Maarten

On Tue, Jul 31, 2012 at 6:08 PM, Shittu, Aminu wrote:
> The type of response in this multivariable data looks pretty strange to me. In the data, there is only one diagnosis of disease in cattle, but in sheep it was categorised as either acute or chronic based on laboratory confirmation. Binary logistic regression will work well for sheep, if we are to drop the cattle specie. It will be ordered logit (acute, chronic or disease) if we are to work with both (cattle and sheep), but cattle belongs to one category of response so I was wondering on the kind of modelling approach should I use if both species of animals are to be included in the model?
>
> Yours,
>
> Aminu.
>
> *
> *   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/



-- 
--------------------------
Maarten L. Buis
Institut fuer Soziologie
Universitaet Tuebingen
Wilhelmstrasse 36
72074 Tuebingen
Germany


http://www.maartenbuis.nl
--------------------------

*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index