169k views
4 votes
The points on a scatterplot increase rapidly. You run a linear regression on

the data. The residual plot shows a pattern, and is low.

Which of these methods would likely result in a better model of the data?

A. Run a quadratic regression on the data and then linearize the data.

B. Linearize the data by taking the log of the response variable, and

then run a linear regression.

C. Linearize the data by taking the logs of both variables, and then

run a linear regression.

D. Linearize the data by taking the log of the response variable, and

then run an exponential regression.

User JCJS
by
4.9k points

2 Answers

3 votes

Answer:

B

Explanation:

User Loic Verrall
by
3.7k points
2 votes

Answer:

B

Explanation:

The method that would most likely result in a better model of the data is to :

Linearize the data by taking the log of the response variable, and then run a linear regression.

A linear regression can be expressed as


log(y) = \beta _(0) + \beta _(1) x

The linear regression is applied to improve the model fitting and also helping to linearize the responses which causes an increase in the R-squared value.

User Phelhe
by
4.5k points