Learn R Programming

Kendall (version 2.2.1)

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 Kendall
summary(object, ...)

Value

NULL

Arguments

object

output from Kendall, MannKendall or SeasonalMannKendall

...

any additional arguments

Author

A.I. McLeod, aimcleod@uwo.ca

See Also

summary.Kendall, Kendall, MannKendall,SeasonalMannKendall, print.Kendall

Examples

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

Run the code above in your browser using DataLab