MK | R Documentation |
Applies the Mann-Kendall trend test
MK(y)
y |
numeric vector, data |
A list with the following components:
pval |
numeric, p-value of the test |
stat |
numeric, test statistics |
xtra |
numeric, xtra information: empty for this test |
y=stats::rnorm(50)
MK(y)
y=y+0.1*(1:length(y))
MK(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.