Skip to content
Prev 258058 / 398502 Next

Normality tests

On Tue, 2011-04-26 at 16:15 -0400, Bruce Kindseth wrote:
As seen below, the shapiro.test() output is a list of four components.
[1] "statistic" "p.value"   "method"    "data.name"

You can extract just the p-value with:
[1] 0.244

HTH,
Jerome