[R] pbinom with rnorm

Ethan Johnsons ethan.johnsons at gmail.com
Sat Sep 23 19:27:52 CEST 2006


Is there a way to plug in the random samples, rnorm(100), in this plot?
I am using 100, but want it to be randome samples.
plot(seq(from=0,to=100,by=1),1-pbinom
(seq(from=0,to=100,by=1),size=100,prob=0.05),pch=15)

thx much



More information about the R-help mailing list