Hi

I 've a data 

a=c(10,20,30)
b=c(100,200,300)
c=c(50,60,70)

I want to compare a[1]<=c[1]<b[1],......

How to compare for all the records

-----
Thanks in Advance
        Arun
--
View this message in context: 
http://r.789695.n4.nabble.com/comparing-three-vectors-tp4636728.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@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.

Reply via email to