is.formula( Frequency ~ Intensity * Pitch )
has.nested.terms( Level ~ Factor | Level )
has.cbind.terms( Frequency ~ cbind(Low,Medium,High) * cbind(Soft, Hard) )
in.formula( Frequency ~ Intensity * Pitch, "Pitch" )
sub.formulas( Frequency ~ cbind(Low,Medium,High) * cbind(Soft, Hard), "cbind" )
Run the code above in your browser using DataLab