[R] Generic attribute in multinom function
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] Generic attribute in multinom function
__ 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.