How to calculate minimum pearson R threshold
lbinding opened this issue · 0 comments
lbinding commented
Hi,
I'm sorry for the stupid question, but how did you select the initial threshold for the paper ("Accordingly, starting from a value of z’=0.27 (p=0.01)")?
Was this just taking the output from: "z_stat = np.apply_along_axis(corr_with_vars, 1, xmat, y_vec)" and using np.nanmin(z_stat)?
Thank you for any help you can provide! :)
All the best,
Lawrence