Displaying 1 result from an estimated 1 matches for "documentatiom".
Did you mean:
documentation
2000 Sep 25
1
Interpretation of Shapiro-Wilk
Can anybody tell me the exact meaning of the $statistic and $p.value
calculated by shapiro.test? Unfortunately it is not covered in my few
text books, and I cannot find the explanation in the R documentatiom or
on-line.
If I have a test statistic, T, which is Normally distributed with mean=m
and sd=s under the null hypothesis, then I can convert T to a p-value
(one-sided) using:
p <- pnorm(T, mean=m, sd=s)
If the distribution of T deviates from Normality, how can I modify the
above expression usi...