In: Statistics and Probability
There are four numeric columns in R programming language's iris
data set. Create a scatter plot...
There are four numeric columns in R programming language's iris
data set. Create a scatter plot between the four numeric columns
using R programming language and give answers to the following
parts.
- Calculate the correlation between each pair of the four numeric
columns in iris.
- Which pair of variables has the strongest linear relationship?
Interpret their ??.
- Which pair of variables has the weakest linear relationship?
Interpret their ??.
- Which pair(s) of variables can you conclude have a population
correlation different from 0? Use ?? = 0.01.
Answers should be in the form of R code and should include the
correct statistical explanation for those that require in in the
question. Please be as thorough as possible. Thank you for your
time.