From the above matrix for
iris
we can deduce the following insights:
- Correlation between
Sepal.Length
andPetal.Length
is strong and dense.Sepal.Length
andSepal.Width
seems to show very little correlation as datapoints are spreaded through out the plot area.Petal.Length
andPetal.Width
also shows strong correlation.Note: The insights are made from the interpretation of scatterplots(with no absolute value of the coefficient of correlation calculated). Some more examination will be required to be done once significant variables are obtained for linear regression modeling. (with help of residual plots, the coefficient of determination i.e Multiplied R square we can reach closer to our results)
Click through to read the whole thing.