Skip to content
Prev 156307 / 398506 Next

Graphical Display of Values' Distribution

Steve Murray <smurray444 <at> hotmail.com> writes:
want to display graphically the
Or spread evenly?). What is
following error message:
hist, plot(density(x)), rug ...

  are you sure that your column really is numeric and hasn't
gotten turned into a factor because of a glitch?  what do you
get from class(urban.long[3]) ?

  Ben Bolker