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

summary.Kendall

summary Method for Class 'Kendall'


Description

In addition to the value of Kendall's tau and its two-sided p-value are displayed, the Kendall score, its variance and the value of the denominator for Kendall tau are printed.

Usage

## S3 method for class 'Kendall'
summary(object, ...)

Arguments

object

output from Kendall, MannKendall or SeasonalMannKendall

...

any additional arguments

Value

NULL

Note

If you want to use the output from Kendall or the other functions, save the result as in res<-Kendall(x,y) and then select from res the value(s) needed.

Author(s)

A.I. McLeod, aimcleod@uwo.ca

See Also

Examples

x<-1:10
y<-rnorm(10)
out<-Kendall(x,y)
out
summary(out)

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.