I have to use the pairs() function to produce a scatterplot matrix of the first ten columns or variables of the data. The exercise relates to the College data set.
I try to produce this function, but I receive an error of this type: "non-numeric argument to 'pairs' "
What could I do?
Hereby the syntax
pairs(college[,1:10])
Error in pairs.default(college[, 1:10]) :
argomento non numerico a 'pairs'