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.
# S3 method for Kendall
summary(object, ...)
output from Kendall, MannKendall or SeasonalMannKendall
any additional arguments
NULL
summary.Kendall
, Kendall
,
MannKendall
,SeasonalMannKendall
,
print.Kendall
# NOT RUN {
x<-1:10
y<-rnorm(10)
out<-Kendall(x,y)
out
summary(out)
# }
Run the code above in your browser using DataLab