I need to test that I have a decreasing rate for a variable I'm testing, but I'm not sure what one-sided trend tests are available? I originally started using the Mann Knedall test because my data are not normal, but I have not been able to find a one-sided version of this test. However, as I understand it, the test statistic is transformed to be normal, so can I simply divide the p-value by 2 to get a one-sided version?
I am using the MannKendall() function in the Kendall package in R, if that makes a difference.