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
Hello,
I try estimate a MNL model but I need one coefficient as generic. How
can I get the same coefficient for all alternatives?
As example
Call:
multinom(formula = choice ~ time + costs, data = DATA)
Coefficients:
(Intercept)time costs
14.79-0.28
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
3 matches
Mail list logo