Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Kendall-package

Kendall correlation and trend tests.


Description

Compute Kendall's rank correlation and various trend tests.

Details

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.

Author(s)

A. I. McLeod

Maintainer: aimcleod@uwo.ca

References

Hipel, K.W. and McLeod, A.I., (1994). Time Series Modelling of Water Resources and Environmental Systems.

See Also

Examples

library(boot)
data(PrecipGL)
MKtau<-function(z) MannKendall(z)$tau
tsboot(PrecipGL, MKtau, R=500, l=5, sim="fixed")

Kendall

Kendall rank correlation and Mann-Kendall trend test

v2.2
GPL (>= 2)
Authors
A.I. McLeod
Initial release
2011-05-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.