Can anyone tell me how to do set 
differences in R?
e.g., if I have a vector 
a<-c(1,2,3,4,5) and another vector 
b<-c(2,5), how can I do something like 
a/b = (1,3,4)?

Thanks!

---------------------------------------
-------------------------
Steven Shechter
PhD Candidate in Industrial Engineering
University of Pittsburgh
www.pitt.edu/~sms13

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to