Read in data.
Using "Data" - "Transform", create these new variables: sqrt(mass), sqrt(load), log(mass), log(load).
Produce a pairs plot of all pairs of X's and Y's. Under "Graph" - "2D Plot", choose "Plot Type" "Scatter Plot Matrix". Shift click for all relevant X's (load, log(load) and sqrt(load)), and all relevant Y's.
Which two plots show a linear relationship between load and mass variables?
For the best two models selected above, plot residuals vs. fitted values, and choose the best fitting model. Does your model also offer ease of interpretation? Interpret the slope parameter in a sentence.