Learn R Programming

trend (version 0.0.1)

summary.trend.test: Summary Method for Class 'trend.test'

Description

Summary Method for Class 'trend.test'

Usage

## S3 method for class 'trend.test':
summary(object, \dots)

Arguments

object
An object of class "trend"
...
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, http://dx.doi.org/10.1002/env.507.

See Also

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

Examples

Run this code
### ** Examples
data(Nile)
plot(Nile)
res <- mk.test(Nile)
summary.trend.test(res)

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

Run the code above in your browser using DataLab