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

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

expert
Garardd BerwickData mining
(5/5)

792 Answers

Hire Me
expert
Jason RoyComputer science
(5/5)

917 Answers

Hire Me
expert
Writer CenterAccounting
(5/5)

758 Answers

Hire Me
expert
Adam CooperData mining
(5/5)

530 Answers

Hire Me
SAS
(5/5)

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

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

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. 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.

4. Use the Cp criterion to select the best subset of variables, among HSM, HSS, HSE, SATM, SATV, and GI, for this problem (i.e. use the options “ / selection = cp b;”). Summarize the results and explain your choice of the best model.

 

(5/5)
Attachments:

Expert's Answer

664 Times Downloaded

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