[R] multinomial logit estimation

2007-07-19 Thread Walter Paczkowski
Good morning, I'd like to estimate a simple multinomial logit model in R (not a McFadden conditional logit). For instance, I'd like to estimate the probability of someone having one of eight titles in a company with the independent variables being the company characteristics. A binary logit

Re: [R] multinomial logit estimation

2007-07-19 Thread Chuck Cleland
Walter Paczkowski wrote: Good morning, I'd like to estimate a simple multinomial logit model in R (not a McFadden conditional logit). For instance, I'd like to estimate the probability of someone having one of eight titles in a company with the independent variables being the company

Re: [R] multinomial logit estimation

2007-07-19 Thread bady
Hi all, You can consult help of the functions multinom (library(MASS)) and vglm (library(VGAM)). hope this help, Pierre Selon Walter Paczkowski [EMAIL PROTECTED]: Good morning, I'd like to estimate a simple multinomial logit model in R (not a McFadden conditional logit). For instance,