Trying to run normality test with MVN package. {MVN} https://cran.r-project.org/web/packages/MVN/index.html
I always receive the same answer, i´ve tried several ways to omit these values in the analysis: na.omit, is.na, na.exclude etc.
***mvn(data, univariateTest ="SW", desc = TRUE)
Error in qr.default(S) : NA/NaN/Inf in foreign function call (arg 1)***
Would anyone know how to do the test without the NA values within each column?
Thank you very much