mdelacre / Routliers

Other
11 stars 0 forks source link

error message involving collinearity #5

Open jrabin1987 opened 3 years ago

jrabin1987 commented 3 years ago

I am trying to use the Routliers package to determine outliers in my data. I am getting the following error message. It is true that there is collinearity among the data variables. Is that a problem?

Error in MASS::cov.rob(data, cor = FALSE, quantile.used = nrow(data) * : 'x' is probably collinear

Deleetdk commented 3 years ago

Impossible to say when you don't attach any data or summary statistics etc. I would guess this error means you have variables that are perfectly correlated. Check your correlations.