I have data in the following form:

 

judge poster score poster score poster score

a            1           89         2          79      3            92

b           3           45         4          65

 

and am trying to get it to the following:

 

Poster  Judge_A  Judge_B Judge_C

1                  89

2                  79

3                  92       45

4                             65

 

Any hints would be appreciated.


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to