I'm working with the function.
lm (y ~ x)
Simple regression, due to tests I checked autocorrelation, so the blibliography indicates a transformation. Something like:
Y = B1 * (1-p) + B2 (X- (p * X [-1]))
What would be the application of the correction P in the model, where P is known by me. Does anyone know an autocorrelation correction technique, next to the given function?
Thank you