correlation_test: Compute correlation test
Description
Computes a correlation test for a two variables
Usage
correlation_test(var_comb, data, method)
Arguments
var_comb
A character vector containing the name of two variables
method
a character string indicating which correlation coefficient
is to be computed. One of "pearson" (default), "kendall", or "spearman"