data(saliva)
data(stool)
### We use 1 for the number of permutations for computation time
### This value should be at least 1000 for an accurate result
numPerms <- 1
pval <- pairedCompareTwoDataSets(saliva, stool, numPerms)
pval
Run the code above in your browser using DataLab