R/normalisation_functions.R
output_trend_stats.Rd
Trend test using Cox–Stuart (C–S) and Mann–Kendall (M–K) trend tests
output_trend_stats(name, p_val, z_val)
Name of the test
p value from the test
the Z value of the test
A statistics of mean standard deviation trend
output_trend_stats(name="t.test",p_val=0.001, z_val=5)