plot(y,x, ylab="sample mean",xlab="sample size") for (i in seq(1:20)) > {rsidpVector= rsidp(1) > x<-mean(rsidpVector) > y<-length(number) >print (rsidpVector) > print(x)
sorry, but how i can use points function in the loop? -- View this message in context: http://r.789695.n4.nabble.com/How-to-draw-the-graph-tp4647464p4647482.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.