Learn R Programming

trend (version 0.2.0)

print.trend.test: Print Method for Class 'trend.test'

Description

Print Method for Class 'trend.test'

Usage

# S3 method for trend.test
print(x, …)

Arguments

x

An object of class "trend.test"

Further arguments. (Currently not in use!).

Warning

Current Version is for complete observations only.

References

Hipel, K.W. and McLeod, A.I., (2005). Time Series Modelling of Water Resources and Environmental Systems. http://www.stats.uwo.ca/faculty/aim/1994Book/.

Libiseller, C. and Grimvall, A., (2002). Performance of partial Mann-Kendall tests for trend detection in the presence of covariates. Environmetrics 13, 71-84.

See Also

csmk.test, mk.test, partial.mk.test, smk.test, summary

Examples

Run this code
# NOT RUN {
### ** Examples
data(Nile)
plot(Nile)
res <- mk.test(Nile)
print.trend.test(res)

data(maxau)
Q <- maxau[,"Q"]
plot(Q)
res <- mk.test(Q)
print.trend.test(res)
# }

Run the code above in your browser using DataLab