I have collected data and I am analyzing data from a game with 20 contestants over 20 games.
I am running a regression to try to model the final position of a player in the game.
The position of a player is determined by when he/she gets voted out by the other players.
His position is 20th if he is voted out first and his position will be 1st (Winner) if he is voted out last (or equivalently when the 1st runner up is voted out).
I have first assumed the data to be numerical and hence I have ran a linear regression. But do I really have numerical data or do I have ordinal data with 20 levels?