PPCCtest | R Documentation |
The correlation coefficient of the quantiles and mahalanobis square are tested by using the critical value table by Filliben (1975) for the multivariate normality test.
PPCCtest(data,
level = 0.05)
data |
A numeric matrix or data frame. |
level |
At the |
data.cnt |
Observation |
PPCC.value |
Correlation coefficient value. |
critical.value |
Critical value proposed by Filliben (1975), corresponding to |
test.res |
Final result of multivariate normality. |
QQPlot |
Shows Chi-Square Q-Q plot. |
Filliben, J. J. (1975), The Probability Plot Correlation Coefficient Test for Normality, Technometrics 17, 111-117.
data(wine)
class1.wine <- subset(wine, class == 1)[, -1]
PPCCtest(class1.wine, level = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.