Kendall (version 1.0)

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

summary.Kendall(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
x<-1:10
y<-rnorm(10)
out<-Kendall(x,y)
out
summary(out)

Run the code above in your browser using DataCamp Workspace