Kendall (version 2.2.1)

print.Kendall: print Method for Class 'Kendall'

Description

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

Usage

# S3 method for Kendall
print(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
# 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