Skip to content
Prev 258057 / 398502 Next

Normality tests

On 2011-04-26 13:15, Bruce Kindseth wrote:
Try

   shapiro.test(rnorm(100))$p.value

Put all your p.values into a vector and write that out.

While you're at it, check ?str to see how handy the
str() function is in identifying the pieces of an R object.

Peter Ehlers