[R] Importing triple-s (standard survey structure) files to R

2010-11-04 Thread Andrie de Vries
Dear R mailing list I am about to start working on a project for a market research customer. Their survey data is in the triple-s format, and I need to import this into R. The triple-s (standard survey structure) format is an open format for the exchange of survey data. It consists of two

Re: [R] help for reshape function

2010-06-18 Thread Andrie de Vries
Xin Wei I have sympathy with your difficulties in understanding the reshape() function. May I recommend using the melt() and cast() functions instead, available in the reshape package. You can find information, help and examples here: http://had.co.nz/reshape/ This simplifies the coding of yo