curtez11
curtez11
13.03.2020 • 
Mathematics

For a set of data: x = (0,1,2,3,4,5,6) and y=(36, 28, 25, 24, 23, 21, 19), determine and interpret the correlation coefficient. Solution: assign("x", c(0,1,2,3,4,5,6)) assign("y",c(36, 28, 25, 24, 23, 21, 19)) cor(x,y) = -0.92638 Interpretation: This means that an increase of x causes a decrease in y. What was done wrong in this solution?

Solved
Show answers

Ask an AI advisor a question