powered by
The value of Kendall's tau and its two-sided p-value are displayed.
# S3 method for Kendall print(x, ...)
output from Kendall, MannKendall or SeasonalMannKendall
any additional arguments
NULL
summary.Kendall, Kendall, MannKendall,SeasonalMannKendall, summary.Kendall
summary.Kendall
Kendall
MannKendall
SeasonalMannKendall
# NOT RUN { x<-1:10 y<-rnorm(10) Kendall(x,y) #is equivalent to out<-Kendall(x,y) print(out) # }
Run the code above in your browser using DataLab