Re: [R] calasification table under conditions

2009-08-06 Thread Steve Lianoglou
Hi, On Aug 6, 2009, at 9:26 AM, Inchallah Yarab wrote: hi, i have a file with 49000 lines i want to do a classification in two tables suppose data <- read.csv2("c:/total.csv", sep=",") if the second colonne contains ( A,B,C,D)> tab1 if the second colonne contains ( E,F,G,H)-

[R] calasification table under conditions

2009-08-06 Thread Inchallah Yarab
hi, i have a file with 49000 lines i want to do a classification in two tables suppose data <- read.csv2("c:/total.csv", sep=",") if the second colonne contains ( A,B,C,D)> tab1 if the second colonne contains ( E,F,G,H)> tab2 How can do this ? Thank you for your help