An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20021220/e5154c04/attachment.pl
stack on factors
2 messages · Alexander.Herr@csiro.au, Douglas Bates
Alexander.Herr at csiro.au writes:
It seems that stack() does not include factors. Any easy way of "stacking" factors in a dataframe without recoding to numbers?
You may want to try reshape(..., direction = 'long') instead of stack.