I have a vector of values (about 8000 obs between 0 and 1). I want to
display a histogram as follows:


value of vector
( bw 0 and 1)    |
                       |
                       |
                       |
                       |
                       |______________________________________
                                    all 8000 obs.

So that each section of the x axis corresponds to a certain value...

When I use hist(vector) it outputs out a frequency histogram. I tried
transposing it with no luck.

Any ideas??

Also, I'm told I have a missing value in my vector, how do I remove that
observation???
(i.e. how do I search within my vector to find it???)

thank you in advance,,,,

        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to