I have a time series data of 40 year's monthly mean Sea Surface Temperature(SST). I want to perform Man-Kindall(M-K) test to detect the long term trend. But before M-K test,I have to eliminate autocorrelation from the time series data.So,at first I want to check the autocorrelation by performing a Durbin-Watson test.As the time series data has seasonality, do i need to adjust the seasonality first before performing Durbin-Watson test?
also,I am using R language.