[R] feed cut() output into goodness-of-fit tests

2010-10-15 Thread Andrei Zorine
4.45,4.94] 3 2 0 0 1 > names(x.fr) [1] "(0.0617,0.549]" "(0.549,1.04]" "(1.04,1.52]""(1.52,2.01]" [5] "(2.01,2.5]" "(2.5,2.99]"

[R] when all I have is a contingency table....

2010-07-07 Thread Andrei Zorine
Hello, I just need a hint here: Suppose I have no raw data, but only a frequency table I have, and I want to run basic statistical procedures with it, like histogram, descriptive statistics, etc. How do I do this with R? For example, how do I plot a histogram for this table for a sample of size 60?