An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090413/5258b42a/attachment-0001.pl>
Quantative procedure assessing if data is normal
2 messages · Henry Cooper, Paul Smith
On Mon, Apr 13, 2009 at 7:42 AM, Henry Cooper <henry.1986 at hotmail.co.uk> wrote:
As part of an R code assingment I have been asked to find a quantitative procedure for assessing whether or not the data are normal? I have previously used the graphical procedure using the qqnorm command. Any help/tips would be greatly appreciated as to how I should start going about this!
There are many tests for that; see, for instance, ?shapiro.test Also, search the archives of this list. Paul