Search found 7 matches

by Giugiu
Thu Jul 04, 2013 1:21 pm
Forum: Programming
Topic: Hausmann test for IIA
Replies: 0
Views: 1394

Hausmann test for IIA

Hello,

I would like to know if it possible to run the Independence of Irrelevant Alternatives (Hausmann test) for a multinomial logit model.
If yes, how?

thank you

G
by Giugiu
Thu May 23, 2013 7:10 am
Forum: Programming
Topic: Mc Fadden R square in MLOGIT
Replies: 5
Views: 4429

Re: Mc Fadden R square in MLOGIT

Can you help me with calculate the McFadden R2 manually?

thank you

G
by Giugiu
Wed May 22, 2013 7:57 am
Forum: Programming
Topic: Mc Fadden R square in MLOGIT
Replies: 5
Views: 4429

Re: Mc Fadden R square in MLOGIT

You'd have to calculate it manually in the program.
But here you say it is possible to calculate it manually..How can I calculate it manually then?

Thank You

G
by Giugiu
Wed May 22, 2013 7:38 am
Forum: Programming
Topic: Mc Fadden R square in MLOGIT
Replies: 5
Views: 4429

Re: Mc Fadden R square in MLOGIT

Thank you for your answer. Unfortunately I dont get which is the command to calculate it. Can you please help me with that?

Thanks again

G
by Giugiu
Wed May 22, 2013 2:48 am
Forum: Programming
Topic: Mc Fadden R square in MLOGIT
Replies: 5
Views: 4429

Mc Fadden R square in MLOGIT

Hello, I am running a multinomial logit regression model with the following program: ------------------------------------------ ' declare parameter vector (2 for 2 equations of starting values) coef(9) b2 coef(9) b3 ' set up the likelihood function by issuing a series of append statements logl mlogi...
by Giugiu
Wed May 15, 2013 12:59 pm
Forum: Programming
Topic: Add fixed effect options in the program
Replies: 2
Views: 2259

Re: Add fixed effect options in the program

Thanks for the suggestion! That worked well!
by Giugiu
Wed May 15, 2013 11:52 am
Forum: Programming
Topic: Add fixed effect options in the program
Replies: 2
Views: 2259

Add fixed effect options in the program

Hello, I am running several LS regressions using PANEL DATA, hence I am using a basic loop as follow: for !i =1 to 44 equation eq{!i}.ls x {!i} c merge0 merge13 ecc. ecc. next Since I would like to get fixed effects specification, both at cross section and period level and I would like to use coef c...

Go to advanced search