Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

how can I test for multivariate normality with kolmogorov-smirnov test and $\chi^2$ test in R program?

share|improve this question
if x is your data, ks.test(mahalanobis(x,colMeans(x),var(x)),pchisq,p), but actually you should use a re-scaled beta (though chi2 is close enough in practice) – user603 Apr 5 '12 at 7:25

closed as off topic by whuber Aug 14 '12 at 12:41

Questions on Cross Validated are expected to relate to statistics within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.