[R] a quick question about "rbinom"

lynn.tsai vernal.lyn at gmail.com
Wed Jan 4 22:38:23 CET 2012


Hello, I have the following code using rbinom, but I don't understand what
*"+1"* means in the code. Could someone help? Thanks so much,

> X1<-c("A","B")[rbinom(n,1,0.6)+1]
> X2<-c("C","D")[rbinom(n,1,0.1)+1]

--
View this message in context: http://r.789695.n4.nabble.com/a-quick-question-about-rbinom-tp4262977p4262977.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list