Question

In: Math

When doing regression, simple linear or any of the other regression approaches, the analyst always must...

When doing regression, simple linear or any of the other regression approaches, the analyst always must begin with the determination/isolation of at least two key variables -- one "dependent" and the other "independent". So, for example, I may do a forecast of future profits that relies on sales data (independent) and associated profit data (dependent) from the same years. We say something like...

"Since profits "depend" on sales volume (not the other way around), we can use one (sales) to forecast the other (profit)."

Find an example of a regression model with Google. Then explain which variables used in the model are "dependent" vs. "independent."

Solutions

Expert Solution

The linear relationship between two variables is representated by a straight line which is known as Regression line.

The line of regression Y on X is

Y = a + bX.

Where Y is response variable (dependent variable) and X is independent variable.

And a -Y intercept and b is slope of line.

example :

Exam scores depends on I.Q.

Exam score : dependent variable and I.Q. : Independent variables.

Numerical Example:

The I.Q's of a group of 6 persons were measured and then they were made to appear in a certain examination. TheirI.Q's and examination scores were as follows.

Person 1 2 3 4 5 6
I.Q. 110 100 140 120 80 90
Exam Score 70 90 80 60 10 20

By using R

> x=c(110,100,140,120,80,90)
> y=c(70,90,80,60,10,20)
> l=lm(y~x)
> l

Call:
lm(formula = y ~ x)

Coefficients:
(Intercept) x  
-59.286 1.071  

From output

The regression line Y (Exam score) on X (I.Q ) is

Y = 59.286 + 1.071 X


Related Solutions

When we estimate a linear multiple regression model (including a linear simple regression model), it appears...
When we estimate a linear multiple regression model (including a linear simple regression model), it appears that the calculation of the coefficient of determination, R2, for this model can be accomplished by using the squared sample correlation coefficient between the original values and the predicted values of the dependent variable of this model. Is this statement true? If yes, why? If not, why not? Please use either matrix algebra or algebra to support your reasoning.
What are the assumptions that must be satisfied before a simple linear regression can be performed?
What are the assumptions that must be satisfied before a simple linear regression can be performed?
The following portion of regression results was obtained when estimating a simple linear regression model. df...
The following portion of regression results was obtained when estimating a simple linear regression model. df SS MS F Regression 1 725.56 725.56 751.68 Residual 23 22.20 B Total 24 A Coefficients Standard Error t-stat p-value Intercept 80.30 2.08 38.68 1.95E-22 x −0.28 0.01 -27.42 4.54E-19 What is the sample regression equation? Interpret the slope coefficient for x1. Find the predicted value for y if x1 equals 200. Fill in the missing values A and B in the ANOVA table....
Consider the simple linear regression mode
Consider the simple linear regression modelYi = β0 + β1xi + εi, where the errors εi are identically and independently distributed as N (0, σ2).(a) If the predictors satisfy x ̄ = 0, show that the least squares estimates βˆ0 and βˆ1 are independently distributed.(b) Let r be the sample correlation coefficient between the predictor and response. Under what conditions will we have βˆ1 = r?(c) Suppose that βˆ1 = r, as in part b), but make no assumptions on...
Discuss the application of simple linear regression
Discuss the application of simple linear regression
Simple Linear Regression: Suppose a simple linear regression analysis provides the following results: b0 = 6.000,    b1...
Simple Linear Regression: Suppose a simple linear regression analysis provides the following results: b0 = 6.000,    b1 = 3.000,    sb0 = 0.750, sb1 = 0.500,  se = 1.364 and n = 24. Use this information to answer the following questions. (a) State the model equation. ŷ = β0 + β1x ŷ = β0 + β1x + β2sb1    ŷ = β0 + β1x1 + β2x2 ŷ = β0 + β1sb1 ŷ = β0 + β1sb1 x̂ = β0 + β1sb1 x̂ = β0 +...
What is the difference between simple linear regression and multiple linear regression? What is the difference...
What is the difference between simple linear regression and multiple linear regression? What is the difference between multiple linear regression and logistic regression? Why should you use adjusted R-squared to choose between models instead of R- squared? Use SPSS to: Height (Xi) Diameter (Yi) 70 8.3 72 10.5 75 11.0 76 11.4 85 12.9 78 14.0 77 16.3 80 18.0 Create a scatterplot of the data above. Without conducting a statistical test, does it look like there is a linear...
In a simple linear regression analysis, will the estimate of the regression line be the same...
In a simple linear regression analysis, will the estimate of the regression line be the same if you exchange X and Y? Why or why not?
Estimate a simple linear regression model and present the estimated linear equation. Display the regression summary...
Estimate a simple linear regression model and present the estimated linear equation. Display the regression summary table and interpret the intercept and slope coefficient estimates of the linear model.                                                           Estimate a simple linear regression model and present the estimated linear equation. Display the regression summary table and interpret the intercept and slope coefficient estimates of the linear model.                                                           
Estimate a simple linear regression model and present the estimated linear equation. Display the regression summary...
Estimate a simple linear regression model and present the estimated linear equation. Display the regression summary table and interpret the intercept and slope coefficient estimates of the linear model.                                                           
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT