print Method for Class 'Kendall'
The value of Kendall's tau and its two-sided p-value are displayed.
## S3 method for class 'Kendall' print(x, ...)
x |
output from Kendall, MannKendall or SeasonalMannKendall |
... |
any additional arguments |
NULL
If you want to use the output from Kendall or the other functions, save the result as in res<-Kendall(x,y) and then select from res the value(s) needed.
A.I. McLeod, aimcleod@uwo.ca
x<-1:10 y<-rnorm(10) Kendall(x,y) #is equivalent to out<-Kendall(x,y) print(out)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.