which will sum both and compute the difference. Note that there cannot be more than two sums, such
that c("A1--A2 + A1--A3; A1--A2 + A1--A4; A1--A2 + A1--A5") will result in an error.
Comparing Groups :
When more than one fitted object is suppled to object it is assumed that the groups should be compared for the same sum. Hence, in this case, only the sum needs to be written.
partial_sum \<- c("A1--A2 + A1--A3 + A1--A4")
The above results in that sum being computed for each group and then compared.