When building the regression models, some independent variables are of the following type
x={1, 2, -100.1, 200.1, 300, 0, 0, 0, 0, 4000}
If there exists an internal order relationship, should we treat them as ordered variable or continuous variable?
If there does not exist an internal order relationship, should we just treat them as the categorical variable?
Technically, how does R handle these scenarios? Statistically, what are the effects on the model performance by using different treatment?