« Return to Thread: create frequency table

Re: Odp: create frequency table

by T.D.Rudolph :: Rate this Message:

Reply to Author | View in Thread

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-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


 « Return to Thread: create frequency table