Re: [R] Problems with Histogram

2009-02-13 Thread Patrick Burns
One possibility is something along the lines of: plot(density(bootstraps)) abline(v=original.value) Patrick Burns patr...@burns-stat.com +44 (0)20 8525 0696 http://www.burns-stat.com (home of "The R Inferno" and "A Guide for the Unwilling S User") TomPoes wrote: Hello Currently i'm working o

[R] Problems with Histogram

2009-02-13 Thread TomPoes
Hello Currently i'm working on a paper for my study and, on advice of my tutor, i'm using R. But now i'm stuck on something. I've used the bootstrap method to determine if a found value was significant. Lets say this found value is x, the collection of random samples is y (n=1e+06) I've compare