If I run glm(company rank ~ sales + region, ...)
I get a rough set of company rank to sales. Company rank is a factor from A:D, so even when I try something like multinom()
, I get factors B:D but not A. I understand A acts as the intercept but I'd like to get the individual values to every single sale in a region.
What would be the best way to go about getting every comparable value from A:D?