You are examining the apparent relationship between two vari…
Questions
Yоu аre exаmining the аpparent relatiоnship between twо variables, displacement and weight from the Auto dataset of Module 2. Below is a plot of px.scatter(x=df.displacement, y=df.weight, width=400)The histograms of the two variables are below:You run a test for correlation using Pearson's R and obtain the following results:Pearson's R: 9.3310e-01P-value: 1.5300e-177 (3 points) List the null and alternative hypothesis (5 points) Interpret the results and describe any potential issues with this analysis.