powered by
correlation_test(dataset, x, y, method = "pearson", alternative = "two.sided", by.var = T)
## Example of correlations test of variables data(cachexia) corr.result = correlation_test(cachexia, "Serine", "Creatine", method = "pearson", by.var = TRUE)
Run the code above in your browser using DataLab