Learn R Programming

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, ...)

Value

NULL

Arguments

x

output from Kendall, MannKendall or SeasonalMannKendall

...

any additional arguments

Author

A.I. McLeod, aimcleod@uwo.ca

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