From petjonballco at gmail.com Thu Jan 17 22:57:12 2019 From: petjonballco at gmail.com (Petjon Ballco) Date: Thu, 17 Jan 2019 12:57:12 +0100 Subject: [Limdep Nlogit List] Logistic Regression Model in Nlogit 5 Message-ID: Hi, I want to estimate a logistic regression model in Nlogit. Stata does that however, I need to include further estimations with Nlogit. Can anyone help me by providing the commands? Best regards, Petjon From medakseth at gmail.com Thu Jan 17 23:12:27 2019 From: medakseth at gmail.com (medard kakuru) Date: Thu, 17 Jan 2019 15:12:27 +0300 Subject: [Limdep Nlogit List] Logistic Regression Model in Nlogit 5 In-Reply-To: References: Message-ID: Hello Petjon, Which other estimations would you want? Regards, Medard On Thu, Jan 17, 2019, 14:57 Petjon Ballco via Limdep < limdep at mailman.sydney.edu.au wrote: > Hi, > I want to estimate a logistic regression model in Nlogit. Stata does that > however, I need to include further estimations with Nlogit. Can anyone help > me by providing the commands? > > Best regards, > Petjon > _______________________________________________ > Limdep site list > Limdep at mailman.sydney.edu.au > http://limdep.itls.usyd.edu.au > > From petjonballco at gmail.com Thu Jan 17 23:20:07 2019 From: petjonballco at gmail.com (Petjon Ballco) Date: Thu, 17 Jan 2019 13:20:07 +0100 Subject: [Limdep Nlogit List] Logistic Regression Model in Nlogit 5 In-Reply-To: References: Message-ID: I just need to know the marginal effects of a choice experiment. I do not want to estimate mixed logit models, for the moment, but just a logistic regression one. After that, I will have to estimate attribute non-attendace which is another thing that will have to find out. Could you provide me with the commands of the Logistic regression model? Thanks in advance On Thu, Jan 17, 2019 at 1:13 PM medard kakuru via Limdep < limdep at mailman.sydney.edu.au> wrote: > Hello Petjon, > Which other estimations would you want? > > Regards, > Medard > > > On Thu, Jan 17, 2019, 14:57 Petjon Ballco via Limdep < > limdep at mailman.sydney.edu.au wrote: > > > Hi, > > I want to estimate a logistic regression model in Nlogit. Stata does that > > however, I need to include further estimations with Nlogit. Can anyone > help > > me by providing the commands? > > > > Best regards, > > Petjon > > _______________________________________________ > > Limdep site list > > Limdep at mailman.sydney.edu.au > > http://limdep.itls.usyd.edu.au > > > > > _______________________________________________ > Limdep site list > Limdep at mailman.sydney.edu.au > http://limdep.itls.usyd.edu.au > > -- Petjon Ballco Unidad de Econom?a Agroalimentaria CITA - Gobierno de Arag?n Avda. Monta?ana, 930 50059 Zaragoza - Spain Tel. +34 976716356 e-mail: pballco at aragon.es, pballco at unizar.es From medakseth at gmail.com Thu Jan 17 23:53:36 2019 From: medakseth at gmail.com (medard kakuru) Date: Thu, 17 Jan 2019 15:53:36 +0300 Subject: [Limdep Nlogit List] Logistic Regression Model in Nlogit 5 In-Reply-To: References: Message-ID: By my understanding, all models including ordered logistic, multinomial and the mixed logit models are all logistic regression models. so when you ask for the logistic model, i dont understand what you want. secondly the marginal effects ( if at all you know what they are) are for the independent variables not for CE as you want it. On Thu, Jan 17, 2019, 15:20 Petjon Ballco via Limdep < limdep at mailman.sydney.edu.au wrote: > I just need to know the marginal effects of a choice experiment. I do > not want to estimate mixed logit models, for the moment, but just a > logistic regression one. After that, I will have to estimate attribute > non-attendace which is another thing that will have to find out. > > Could you provide me with the commands of the Logistic regression model? > > Thanks in advance > > On Thu, Jan 17, 2019 at 1:13 PM medard kakuru via Limdep < > limdep at mailman.sydney.edu.au> wrote: > > > Hello Petjon, > > Which other estimations would you want? > > > > Regards, > > Medard > > > > > > On Thu, Jan 17, 2019, 14:57 Petjon Ballco via Limdep < > > limdep at mailman.sydney.edu.au wrote: > > > > > Hi, > > > I want to estimate a logistic regression model in Nlogit. Stata does > that > > > however, I need to include further estimations with Nlogit. Can anyone > > help > > > me by providing the commands? > > > > > > Best regards, > > > Petjon > > > _______________________________________________ > > > Limdep site list > > > Limdep at mailman.sydney.edu.au > > > http://limdep.itls.usyd.edu.au > > > > > > > > _______________________________________________ > > Limdep site list > > Limdep at mailman.sydney.edu.au > > http://limdep.itls.usyd.edu.au > > > > > > -- > Petjon Ballco > Unidad de Econom?a Agroalimentaria > CITA - Gobierno de Arag?n > Avda. Monta?ana, 930 > 50059 Zaragoza - Spain > Tel. +34 976716356 > e-mail: pballco at aragon.es, pballco at unizar.es > _______________________________________________ > Limdep site list > Limdep at mailman.sydney.edu.au > http://limdep.itls.usyd.edu.au > From john.c.whitehead at gmail.com Fri Jan 18 01:35:04 2019 From: john.c.whitehead at gmail.com (John C. Whitehead) Date: Thu, 17 Jan 2019 09:35:04 -0500 Subject: [Limdep Nlogit List] Logistic Regression Model in Nlogit 5 In-Reply-To: References: Message-ID: Here are a few basic commands (but I think you'll need NLOGIT6 for the ANA models). Conditional logit: CLOGIT;Lhs=VOTE;Choices=for,against;Rhs=COST,ECOL,SOCIAL$ Inferred ANA (equality constrained latent class, ECLC) model with ANA on bj (j=1,2,3) in class j and full attendance in class 4: NLOGIT;Lhs=VOTE;Choices=for,against;Rhs=COST,ECOL,SOCIAL;pds=3;LCM;pts=4; rst=b0,b2,b3, b1,0,b3, b1,b2,0, b1,b2,b3$ N^k ECLC model model: NLOGIT;Lhs=VOTE;Choices=for,against;Rhs=COST,ECOL,SOCIAL;pds=3;LCM;pts=103$ On Thu, Jan 17, 2019 at 8:02 AM medard kakuru via Limdep < limdep at mailman.sydney.edu.au> wrote: > By my understanding, all models including ordered logistic, multinomial and > the mixed logit models are all logistic regression models. so when you ask > for the logistic model, i dont understand what you want. secondly the > marginal effects ( if at all you know what they are) are for the > independent variables not for CE as you want it. > > On Thu, Jan 17, 2019, 15:20 Petjon Ballco via Limdep < > limdep at mailman.sydney.edu.au wrote: > > > I just need to know the marginal effects of a choice experiment. I do > > not want to estimate mixed logit models, for the moment, but just a > > logistic regression one. After that, I will have to estimate attribute > > non-attendace which is another thing that will have to find out. > > > > Could you provide me with the commands of the Logistic regression model? > > > > Thanks in advance > > > > On Thu, Jan 17, 2019 at 1:13 PM medard kakuru via Limdep < > > limdep at mailman.sydney.edu.au> wrote: > > > > > Hello Petjon, > > > Which other estimations would you want? > > > > > > Regards, > > > Medard > > > > > > > > > On Thu, Jan 17, 2019, 14:57 Petjon Ballco via Limdep < > > > limdep at mailman.sydney.edu.au wrote: > > > > > > > Hi, > > > > I want to estimate a logistic regression model in Nlogit. Stata does > > that > > > > however, I need to include further estimations with Nlogit. Can > anyone > > > help > > > > me by providing the commands? > > > > > > > > Best regards, > > > > Petjon > > > > _______________________________________________ > > > > Limdep site list > > > > Limdep at mailman.sydney.edu.au > > > > http://limdep.itls.usyd.edu.au > > > > > > > > > > > _______________________________________________ > > > Limdep site list > > > Limdep at mailman.sydney.edu.au > > > http://limdep.itls.usyd.edu.au > > > > > > > > > > -- > > Petjon Ballco > > Unidad de Econom?a Agroalimentaria > > CITA - Gobierno de Arag?n > > Avda. Monta?ana, 930 > > 50059 Zaragoza - Spain > > Tel. +34 976716356 > > e-mail: pballco at aragon.es, pballco at unizar.es > > _______________________________________________ > > Limdep site list > > Limdep at mailman.sydney.edu.au > > http://limdep.itls.usyd.edu.au > > > _______________________________________________ > Limdep site list > Limdep at mailman.sydney.edu.au > http://limdep.itls.usyd.edu.au > From petjonballco at gmail.com Fri Jan 18 04:42:39 2019 From: petjonballco at gmail.com (petjonballco at gmail.com) Date: Thu, 17 Jan 2019 18:42:39 +0100 Subject: [Limdep Nlogit List] Logistic Regression Model in Nlogit 5 In-Reply-To: References: Message-ID: <1D44925C-771C-415A-A421-5564E1D98B22@gmail.com> Thank you John C. Whitehead Best regards, Petjon > On 17 Jan 2019, at 15:35, John C. Whitehead via Limdep wrote: > > Here are a few basic commands (but I think you'll need NLOGIT6 for the ANA > models). > > Conditional logit: > > CLOGIT;Lhs=VOTE;Choices=for,against;Rhs=COST,ECOL,SOCIAL$ > > Inferred ANA (equality constrained latent class, ECLC) model with ANA on bj > (j=1,2,3) in class j and full attendance in class 4: > > NLOGIT;Lhs=VOTE;Choices=for,against;Rhs=COST,ECOL,SOCIAL;pds=3;LCM;pts=4; > rst=b0,b2,b3, > b1,0,b3, > b1,b2,0, > b1,b2,b3$ > > N^k ECLC model model: > > NLOGIT;Lhs=VOTE;Choices=for,against;Rhs=COST,ECOL,SOCIAL;pds=3;LCM;pts=103$ > > > On Thu, Jan 17, 2019 at 8:02 AM medard kakuru via Limdep < > limdep at mailman.sydney.edu.au> wrote: > >> By my understanding, all models including ordered logistic, multinomial and >> the mixed logit models are all logistic regression models. so when you ask >> for the logistic model, i dont understand what you want. secondly the >> marginal effects ( if at all you know what they are) are for the >> independent variables not for CE as you want it. >> >> On Thu, Jan 17, 2019, 15:20 Petjon Ballco via Limdep < >> limdep at mailman.sydney.edu.au wrote: >> >>> I just need to know the marginal effects of a choice experiment. I do >>> not want to estimate mixed logit models, for the moment, but just a >>> logistic regression one. After that, I will have to estimate attribute >>> non-attendace which is another thing that will have to find out. >>> >>> Could you provide me with the commands of the Logistic regression model? >>> >>> Thanks in advance >>> >>> On Thu, Jan 17, 2019 at 1:13 PM medard kakuru via Limdep < >>> limdep at mailman.sydney.edu.au> wrote: >>> >>>> Hello Petjon, >>>> Which other estimations would you want? >>>> >>>> Regards, >>>> Medard >>>> >>>> >>>> On Thu, Jan 17, 2019, 14:57 Petjon Ballco via Limdep < >>>> limdep at mailman.sydney.edu.au wrote: >>>> >>>>> Hi, >>>>> I want to estimate a logistic regression model in Nlogit. Stata does >>> that >>>>> however, I need to include further estimations with Nlogit. Can >> anyone >>>> help >>>>> me by providing the commands? >>>>> >>>>> Best regards, >>>>> Petjon >>>>> _______________________________________________ >>>>> Limdep site list >>>>> Limdep at mailman.sydney.edu.au >>>>> http://limdep.itls.usyd.edu.au >>>>> >>>>> >>>> _______________________________________________ >>>> Limdep site list >>>> Limdep at mailman.sydney.edu.au >>>> http://limdep.itls.usyd.edu.au >>>> >>>> >>> >>> -- >>> Petjon Ballco >>> Unidad de Econom?a Agroalimentaria >>> CITA - Gobierno de Arag?n >>> Avda. Monta?ana, 930 >>> 50059 Zaragoza - Spain >>> Tel. +34 976716356 >>> e-mail: pballco at aragon.es, pballco at unizar.es >>> _______________________________________________ >>> Limdep site list >>> Limdep at mailman.sydney.edu.au >>> http://limdep.itls.usyd.edu.au >>> >> _______________________________________________ >> Limdep site list >> Limdep at mailman.sydney.edu.au >> http://limdep.itls.usyd.edu.au >> > _______________________________________________ > Limdep site list > Limdep at mailman.sydney.edu.au > http://limdep.itls.usyd.edu.au