Hi all: How can I transpose this dataset from column to row id week value 1 5 51 2 6 73 3 7 41 4 8 22 5 9 83 6 10 55 7 11 42 to something like this... id 1 2 3 4 5 6 7 week 5 6 7 8 9 10 11 value 51 73 41 22 83 55 42 Felipe D. Carrillo Fishery Biologist US Fish & Wildlife Service California, USA
transpose dataset
2 messages · Felipe Carrillo, Daniel Malter
if x is your data: t(x) ------------------------- cuncta stricte discussurus ------------------------- -----Urspr?ngliche Nachricht----- Von: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] Im Auftrag von Felipe Carrillo Gesendet: Wednesday, March 12, 2008 8:19 PM An: r-help at stat.math.ethz.ch Betreff: [R] transpose dataset Hi all: How can I transpose this dataset from column to row id week value 1 5 51 2 6 73 3 7 41 4 8 22 5 9 83 6 10 55 7 11 42 to something like this... id 1 2 3 4 5 6 7 week 5 6 7 8 9 10 11 value 51 73 41 22 83 55 42 Felipe D. Carrillo Fishery Biologist US Fish & Wildlife Service California, USA ______________________________________________ R-help at 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.