dummy: Transform a factor in a set of dummy variables
Description
The normal way to store cathegorical variables in R is to use
factors, each modality being a level of this factor. Sometimes
however, is is more convenient to use a set of dummy variables.