Re: [R] How can I do a generic specification in multiple logistic regression

2009-08-25 Thread Juliet Hannah
Is multinom the function you are looking for? library(nnet) library(MASS) ?multinom indicates that this fits multinomial log-linear models. If you are looking for multiple logistic regression you may want to read up on glm or lrm from the Design package. Could you elaborate on what you mean by a

[R] How can I do a generic specification in multiple logistic regression

2009-08-14 Thread Benjamin Geckle
I use the function multinom to estimate a multiple logistic regression. but I need one coefficient as generic. How can I do this? Or is it possible to do this with an another function? As example this is what I get: Call: multinom(formula = choice ~ time + costs, data = DATA) Coefficie