Skip to content

transposing panel data

2 messages · taby gathoni, Ben Bolker

#
taby gathoni <tabieg <at> yahoo.com> writes:
Try the melt and cast functions in the reshape (or reshape2)
packages (reshape2 may be faster).  It may take a bit of work
to get the syntax right (try it out on a small subset of your
data).

  Ben Bolker