Hi, I am running a correlation analysis on a temporal dataset. I was wondering if you would receive the same tau and p values running the function:
MannKendall(x), where x is the dependant variable that changes with time as you would running: Kendall(d,x), where x is the exact same dataset as the x entered into MannKendall and d is the date on which the observation was made (assuming that the order is the same as the data I entered into the Kendall function). Can anyone elucidate this for me? Thanks. Billy -- View this message in context: http://r.789695.n4.nabble.com/Kendall-v-MannKendall-Functions-tp3394821p3394821.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.