It seems like the data points are mixed up. Let's assume the data points are as follows:
(6, 3), (1, 14.3), (3, 81.8), (39.4, 77.3), (43.7, 78.6), (34.8, 58.4), (42.2, 22.5), (77.9, 0.924)
Now, we can run a regression analysis on this data with y as the response
Show more…