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, ...)

Arguments

object

output from Kendall, MannKendall or SeasonalMannKendall

any additional arguments

Value

NULL

See Also

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

Examples

Run this code
# NOT RUN {
x<-1:10
y<-rnorm(10)
out<-Kendall(x,y)
out
summary(out)
# }

Run the code above in your browser using DataLab