Kendall correlation and trend tests.
Compute Kendall's rank correlation and various trend tests.
Package: | Kendall |
Type: | Package |
Version: | 2.2 |
Date: | 2011-05-16 |
License: | GPL (>= 2) |
LazyLoad: | yes |
If you just want to compute Kendall's tau or its signficance level,
the base function cor
and cor.test
are recommended.
The purpose of this package is to implement the Mann-Kendall test,
the seasonal Mann-Kendall trend test as well as computing the
Kendall score. See documentation for Mann-Kendall on using
the block bootstrap to deal with autocorrelation.
A. I. McLeod
Maintainer: aimcleod@uwo.ca
Hipel, K.W. and McLeod, A.I., (1994). Time Series Modelling of Water Resources and Environmental Systems.
library(boot) data(PrecipGL) MKtau<-function(z) MannKendall(z)$tau tsboot(PrecipGL, MKtau, R=500, l=5, sim="fixed")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.