Hi R users I have two variables (X and Y)
X <- rnorm(100,.7,.5) Y <- rnorm (100,.3,.1) I like to know whether 1 is between each pair of X and Y or not. Thanks TM ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
