Dear all,

I got this error message 

> library(dprep)
> mardia(Savg)
Error in cov(data) : 'x' is empty


But with the same data, I got 
> library(mvnormtest)
> mshapiro.test(Savg)

        Shapiro-Wilk normality test

data:  Z 
W = 0.9411, p-value = 0.6739

What does the error message "Error in cov(data) : 'x' is empty" mean?  Thanks a 
lot!

Jiao

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to