Spencer Graves wrote:

> ?truehist in library(MASS)? 
> 
> library(MASS)
> truehist(samp)
> x <- seq(-8.5, -6, length=51)
> lines(x, dnorm(x, mean(samp), sqrt(var(samp))))

> This just worked for me in both S-Plus 6.2 and R 1.8.1.

        What's wrong with ``hist(samp,prob=TRUE)''?

> hope this helps.  spencer graves

        I wasn't aware that I was in need of any help.  I merely made
        a comment on a wrong-headed question that was addressed to
        this list.


                                cheers,

                                        Rolf Turner

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

Reply via email to