[R] Data Parsing

2005-06-20 Thread Bernard L. Dillard
Hello. I have looked at R Site Search for this problem, and it didn't give me exactly what I needed. Consider this dataset called results. It has the following information: Student DaySubjectScore Mary 1 Math Failed David 2

Re: [R] Data Parsing

2005-06-20 Thread Roger D. Peng
You can use 'subset()' if you have a data frame. d - read.table(...) subset(d, Score %in% c(Passed, Borderline)) -roger Bernard L. Dillard wrote: Hello. I have looked at R Site Search for this problem, and it didn't give me exactly what I needed. Consider this dataset called results. It

Re: [R] Data Parsing

2005-06-20 Thread Dimitris Rizopoulos
: http://www.med.kuleuven.be/biostat/ http://www.student.kuleuven.ac.be/~m0390867/dimitris.htm - Original Message - From: Bernard L. Dillard [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch Sent: Monday, June 20, 2005 5:15 PM Subject: [R] Data Parsing Hello. I have looked at R Site