Do anyone know whats happened to my plot?

Hi, can you provide a reproducible example of your dataset?

Factors are used to represent categorical variables with a limited number of different values. Your V1 and V2 each have 2000 unique values. Did you intend these to be numeric format instead?

1 Like

Also, the first row for each are x1 and x2. These should be removed.

Yes, definitely do this before converting V1 and V2 to numeric.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.