Let's say my response is $Y$.
I know for a fact that $Y$ decreases during winter time, and then starts to increase around spring. So, does it make sense to use month (not as a categorical variable) as a predictor for $Y$?
For example, numerical values go from March = 1 to Feb = 12. So as the value of month increases, $Y$ decreases. There will be an inverse relationship.
I already did this and the adjusted $R^{2}$ went from .45 to .56. It also has a very small $p$-value. Note that I also have other predictors in the model.
I am trying to see if doing this can have any adverse effects on the multiple linear regression (MLR) model. Does anyone here know of any such possibilities?