regional_kendall | R Documentation |
Performs Regional Kendall non-parametric test for trend.
regional_kendall(
x,
t = seq_along(x),
r = rep.int(1, length(x)),
type = c("both", "increasing", "decreasing")
)
## S3 method for class 'regional_kendall'
test_statistic(x, ...)
## S3 method for class 'regional_kendall'
p_value(x, ...)
x |
observations |
t |
time index |
r |
region index |
type |
direction to test (both, increasing, or decreasing). |
... |
further arguments passed to or from other methods. |
test_statistic(regional_kendall)
: Extracts Regional Kendall Z
p_value(regional_kendall)
: Extract Regional Kendall p-value
Gilbert, R.O., 1987. Statistical methods for environmental pollution monitoring.
mann_kendall
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.