##a main effect
reverse.parm(parm = "Ageyoung") #does not return anything
##an interaction term as it might appear in the output
reverse.parm(parm = "Ageyoung:time") #returns the reverse
##exclude two interaction terms
reverse.exclude(exclude = list("Age*time", "A:B")) #returns all combinations
reverse.exclude(exclude = list("Age:time", "A*B")) #returns all combinations
Run the code above in your browser using DataLab