I am doing a project on Premier League Data. I figured I would start with a simple regression (regress finish wins
), regressing league finish on wins. The coefficient given is -.95. I think this is off so I regress finish
on losses
. The coefficient given is +.95. Obviously this is not accurate, more wins doesn't make you finish lower in the league table. My data for finish
is how you would expect, a value of 1 for the champion and a value of 20 for the worst team. My data for wins is also logical, the more wins you have, the higher your value will be. The better teams may have 20 wins and the worse teams 8. These are the values that they are given.
I think Stata has my intentions reversed somehow. Does it think that a higher value for Wins is bad? I assume it thinks I am ranking them by total games won, not the actual number of games won. How do I fix this?