You have used the Hawaiian Vacation data set and the followi…
You have used the Hawaiian Vacation data set and the following R command to generate the following graph:plot(vac$Income, vac$Family_size) knn_07.png Can you tell from this graph whether income and family size are positively correlated, negatively correlated, or not correlated?If you had to guess just using this graph, what would your guess be?What additional R command(s), if any, might you like to use to get a more specific answer?
Read Details