Hi Petr
My mistake in omitting "replace=T" in the first part.
Unfortunately I oversimplified my problem as I'm not actually dealing with whole numbers but numerous significant digits, therefore the table option will not assist me in this case. My bin size will vary to the order of 0.05-1.
Perhaps try these instead:
x <- rnorm(1:100)
z<-seq(from=-2.5, to=3.5, by=0.5)
Cheers,
Tyler
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-helpPLEASE do read the posting guide
http://www.R-project.org/posting-guide.htmland provide commented, minimal, self-contained, reproducible code.