Skip to content
Prev 4537 / 63424 Next

desiderata for data manipulation

ben@zoo.ufl.edu writes:
information around, since you can just say "reshape wide". If you
start with data in the long format, I'm not quite sure what it does.

If you assume that the variable to "unreshape" on is of the form

 1 2 ... n 1 2 ... n 1 2 ... n ...

and that everything except the response variables is constant within
blocks, then things are reasonably simple, I suppose.