[R] Using If loop in R how to extract even and odd ids

arun smartpink111 at yahoo.com
Wed Jul 31 13:23:40 CEST 2013


Hi,
May be this helps:

set.seed(24)
dat1<- data.frame(ID=1:500,value=rnorm(500))
res<- split(dat1,dat1$ID%%2)


A.K.

----- Original Message -----
From: ravi.raghava1 <ravi.raghava at classle.co.in>
To: r-help at r-project.org
Cc: 
Sent: Wednesday, July 31, 2013 3:46 AM
Subject: [R] Using If loop in R how to extract even and odd ids

I have 500 ids ; i want to take out even and odd ids separately and store it
another data files.
How can it be done in R by using *If and for loop* ??




--
View this message in context: http://r.789695.n4.nabble.com/Using-If-loop-in-R-how-to-extract-even-and-odd-ids-tp4672707.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list