Re: [R] How to extract particular rows and column from a table

2010-11-05 Thread Mike Rennie
Hi Mauluda, Next time, please read the posting guide- helping you is made alot easier if you provide the code that didn't work. It sounds like you might want something like this? #make a data frame, with some column names assigned... aa<-data.frame(c(rep("a",5), rep("c",3)),c(rep(7,5), rep(2,3))

[R] How to extract particular rows and column from a table

2010-11-05 Thread Mauluda Akhtar
Hello, I'm a new user of R. I've a very big table like the following structure (suppose the variable name with "aa"). From this table I want to make a new table which'll contain just two column with V2 and V6 with some particular rows( Suppose, variable name with "bb"). I'd like to mention V2 colum