Compares whether two correlations from two independent samples are significantly different each other. See Field et al. (2012, ISBN: 978-1-4462-0045-2).
one_tailed: logical. Should the p value based on a one-tailed t-test? (default = FALSE)
round_p: (only for displaying purposes) number of decimal places to which to round the p-value (default = 3)
round_z_diff: (only for displaying purposes) number of decimal places to which to round the z-score (default = 2)
round_r: (only for displaying purposes) number of decimal places to which to round correlation coefficients (default = 2)
print_summary: logical. Should the summary be printed? (default = TRUE)
output_type: type of the output. If output_type = "z", the function's output will be the z-score of the difference between the two correlations. If output_type = "p", the function's output will be the p-value associated with the z-score of the difference between the two correlations. By default, output_type = NULL, and the function will not return any value other than the printed summary.
Returns
the output will be the results of a test comparing two independent correlations.