Re: [R] Restructuring data - unstack, reshape?

2011-09-26 Thread Dennis Murphy
Hi: Here's one approach using the reshape() function in base R: # Read in your data: d - read.table(textConnection( Candidate.IDSpecialty Office Score 110002 C London 47 110002 C East 48

[R] Restructuring data - unstack, reshape?

2011-09-25 Thread Jen M
Hi all, I'm having a problem restructuring my data the way I'd like it. I have data that look like this: Candidate.IDSpecialty Office Score 110002 C London 47 110002 C East 48