I am working on a very large data set, where I am comparing 2 genes. Currently I am trying to test
H0: correlation = 0.64
HA: correlation > 0.64 at the alpha = 0.05 level.
At first I thought I could use cor.test() or cor() with an argument to set the 0.64, but I am not seeing that as an option. I'm not really sure where to go with this.