Skip to content
Prev 300940 / 398503 Next

Creating panel data

Sounds like you would find it worthwhile to read a good Intro R
tutorial  -- like the one that comes shipped with R. Have you done so?
If not, why not? If so, how about the data import/export manual?

I certainly wouldn't guarantee that these will answer all your
questions. They're just places to start BEFORE posting here. Setting
up proper data structures can be tricky (have you considered what form
the functions/packages with which you are going to analyze the data
want?). You might also find it useful to use Hadley Wickham's plyr
and/or reshape2 packages, whose aim is to standardize and simplify
data manipulation tasks. Vignettes/tutorials are available for both.

Cheers,
Bert
On Mon, Jul 23, 2012 at 8:21 AM, Jeff <r at jp.pair.com> wrote: