summary.Kendall | R Documentation |
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 class 'Kendall' summary(object, ...)
object |
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
summary.Kendall
, Kendall
,
MannKendall
,SeasonalMannKendall
,
print.Kendall
x<-1:10 y<-rnorm(10) out<-Kendall(x,y) out summary(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.