I am trying to cluster a Data Frame but when I run the dist Function I get the error "NAs introduced by coercion".
At first I thought if was becuase my DF contained factor vectors, like this:
but I then made a new DF with just numeric values and had the same error message:
So I am not sure why I am getting this error message, what is it I am not seeing ?