Skip to content
Prev 100427 / 398498 Next

pbinom with rnorm

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