fold_change_var: Fold change applied on two variables
Description
Fold change applied on two variables. Instead of having the difference of the variables on two groups, we have the difference of the groups on two variables.
# NOT RUN {## Example of fold change reverse library(specmine.datasets)
data(cachexia)
fold.change.results = fold_change_var(cachexia, "Muscle.loss",
c("Creatine", "Serine"))
# }