[EMAIL PROTECTED] 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. ______________________________________________ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-help
