powered by
Print Method for Class 'trend.test'
# S3 method for trend.test print(x, …)
An object of class "trend.test"
Further arguments. (Currently not in use!).
Current Version is for complete observations only.
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.
csmk.test, mk.test, partial.mk.test, smk.test, summary
csmk.test
mk.test
partial.mk.test
smk.test
summary
# 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