# NOT RUN {
treatment = data.frame(S1 = sample(10, 5), S2 = sample(10, 5), S3 = sample(10, 5))
control = data.frame(S4 = sample(20, 5), S5 = sample(20, 5), S6 = sample(10, 5))
result = corTest(treatment, control, method = 'pearson')
head(result)
# }
Run the code above in your browser using DataLab