Kendall (version 1.0)

print.Kendall: print Method for Class 'Kendall'

Description

The value of Kendall's tau and its two-sided p-value are displayed.

Usage

print.Kendall(x, ...)

Arguments

x
output from Kendall, MannKendall or SeasonalMannKendall
...
any additional arguments

Value

  • NULL

See Also

summary.Kendall, Kendall, MannKendall,SeasonalMannKendall, summary.Kendall

Examples

Run this code
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