Skip to content
Back to formatted view

Raw Message

Message-ID: <200803130050.CKQ40753@md2.mail.umd.edu>
Date: 2008-03-13T00:50:09Z
From: Daniel Malter
Subject: transpose dataset
In-Reply-To: <458337.10922.qm@web56603.mail.re3.yahoo.com>

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.