logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Santosh ReddyMarketing
(5/5)

749 Answers

Hire Me
expert
ShreyeshComputer science
(/5)

771 Answers

Hire Me
expert
Vishal BhadwajAccounting
(5/5)

543 Answers

Hire Me
expert
Laura LeighlandMathematics
(/5)

781 Answers

Hire Me
SAS
(5/5)

Run the regression to predict GPA using SATM, SATV, HSM, HSE and HSS. Put the variables in the order given above on the model statement

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Data set DSP2 consist of n=224 observations on

• Grade point average (GPA) after three semesters (the dependent variable).

• High school Math grades (HSM)

• High school Science grades (HSS)

• High school English grades (HSE)

• SAT Math (SATM)

• SAT Verbal (SATV)

• Gender (1 = male, 2 = female)

1. In this project you will illustrate some of the ideas described in Chapter 7 of the text related to the extra sum of squares.

(a) Create a new variable called SAT which equals SATM + SATV and run the following two regressions:

(i) predict GPA using HSM, HSS, and HSE;

(ii) Predict GPA using SAT, HSM, HSS and HSE.

Take the difference between the SSEs for the two analyses and construct the F statistic (i.e., general linear model test statistic) for testing the null hypothesis that the coefficient of the SAT variable is zero in the model with all four predictors. What are the degrees of freedom for this test statistic?

(b) Use the TEST statement in PROC REG to obtain the same test statistic. Give the statistic, degrees of freedom, P value and conclusion.

(c) Compare the test statistic and P-value from the TEST statement with the individual t- test for the coefficient of the SAT variable in the full model. Explain the relationship.

2. Run the regression to predict GPA using SATM, SATV, HSM, HSE and HSS. Put the variables in the order given above on the model statement. Use the SS1 and SS2 options on the model statement.

(d) Add the Type I sums of squares for the five predictor variables. Do the same for the Type II sums of squares. Do either of these sums to the model sum of squares? Are there any predictors for which the two sums of squares (Type I and Type II) are the same? Explain why.

(e) Verify (by running additional regressions and doing some arithmetic with the results) that the Type I sum of squares for the variable SATV is the difference in the model sum of squares (or error sum of squares) for the following two analyses:

(i) predict GPA using SATM, SATV;

(ii) Predict GPA using SATM.

3. Create an additional variable called HS that is the sum of the three high school scores (HSE

+ HSS + HSM). Run the regression to predict GPA using a variety of variables, including HS and SAT, as described below. Summarize the results by making a table giving the percentage of variation explained (R2) by each of the following models:

a. SATM as the explanatory variable

b. SATV as the explanatory variable

c. HSM as the explanatory variable

d. HSS as the explanatory variable

e. HSE as the explanatory variable

f. SATM and SATV as the explanatory variables

g. SAT=SATM+SATV as the explanatory variable

h. HSM, HSS, and HSE as the explanatory variables

i. HS=HSM+HSS+HSE as the explanatory variable

j. SATM, SATV, HSM, HSS, and HSE as the explanatory variables

k. SAT and HS as the explanatory variables

l. HSM, HSS, HSE, SATM, SATV, HSM*HSE and SATM*SATV.

(Please do not include the SAS output for all these models. Only the R2 value is needed. Note that you can run proc reg with multiple model statements to save typing.)

4. In a DATA step, create a new variable GI that has values 1 for women and 0 for men. Run a regression to predict GPA using the explanatory variables HSM, HSS, HSE, SATM, SATV, and GI (Do not include any interaction terms).

a. Give the fitted regression line for women.

b. Give the fitted regression line for men.

5. Use the Cp criterion to select the best subset of variables for this problem (i.e. use the options “ / selection = cp b;”) . Use only the original six explanatory variables, not HS or SAT, and use GI and not Gender. Summarize the results and explain your choice of the best model.

6. Check the assumptions of this “best” model using all the usual plots (you know what they are by now). Do there appear to be any problems such as multicollinearity? Explain.

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme