[R] How to Group Categorical data in R?

Manish Gupta mandecent.gupta at gmail.com
Fri Mar 16 09:43:33 CET 2012


Hi, 

I am newbie to R and working on result presentation? My Input table is in
following format 

A               B           C            D
X               T            C            K
Z               U           Z            M
E               V            Z            R
Z               U           Z            M
E               V            P            R

I need to present my result in the following way.

Colum3 C
A            B            D
X            T             K

Column3 Z
Z               U              M
E               V                R
Z               U              M

Column3 P
E               V            R

How can i implement it? 

Thanks

--
View this message in context: http://r.789695.n4.nabble.com/How-to-Group-Categorical-data-in-R-tp4477622p4477622.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list