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
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
2 matches
Mail list logo