I have a dataset of various ecological variables on which I want to run linear regression. The variables are continuous, but also include aspect data (sun exposure), in grades. My problem is that the aspect values ranges from 0 to 400, with 0=400=north. How can I include "cyclic" values in the regression? Should I keep them as they are, or cos/sin-transform them?
Does anyone of you have experience with these problem? I have had difficulties to find any reference papers...
All ideas and references are welcome and appreciated! I hope I was not too unclear, if you need any further information, I'd be happy to provide, as far as I can.