Re: [R] table: output: all variables in rows

2012-04-05 Thread Marion Wenty
Hello David, yes! this is what I was looking for! Thank you very much for your help. Marion 2012/4/2 David Winsemius > > On Apr 2, 2012, at 7:11 AM, Marion Wenty wrote: > > Dear people, >> >> I would like to create a table out of a data.frame. >> >> How can I determine, which variables are p

Re: [R] table: output: all variables in rows

2012-04-02 Thread David Winsemius
On Apr 2, 2012, at 7:11 AM, Marion Wenty wrote: Dear people, I would like to create a table out of a data.frame. How can I determine, which variables are put in the rows and which in the columns? I would like to get all the variables in the ROWS: I am including a simple example: D<-data.

[R] table: output: all variables in rows

2012-04-02 Thread Marion Wenty
Dear people, I would like to create a table out of a data.frame. How can I determine, which variables are put in the rows and which in the columns? I would like to get all the variables in the ROWS: I am including a simple example: D<-data.frame(age=c(8,9,10),county=c("B","W","W")) the output