On Jan 4, 2012, at 5:31 PM, Justin Haynes wrote:
homework or not,
?rbinom
should be plenty.
I didn't think so. I thought that the answer was:
?"["
--
David.
On Wed, Jan 4, 2012 at 1:38 PM, lynn.tsai <vernal....@gmail.com>
wrote:
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]
--
David Winsemius, MD
West Hartford, CT
______________________________________________
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.