C 3.7 Use the data in MEAP93.RAW to answer this question

Slides:



Advertisements
Similar presentations
Stat 112: Lecture 7 Notes Homework 2: Due next Thursday The Multiple Linear Regression model (Chapter 4.1) Inferences from multiple regression analysis.
Advertisements

Irwin/McGraw-Hill © Andrew F. Siegel, 1997 and l Chapter 12 l Multiple Regression: Predicting One Factor from Several Others.
Econ 488 Lecture 5 – Hypothesis Testing Cameron Kaplan.
Inference for Regression
6-1 Introduction To Empirical Models 6-1 Introduction To Empirical Models.
Objectives (BPS chapter 24)
The Multiple Regression Model Prepared by Vera Tabakova, East Carolina University.
The Simple Linear Regression Model: Specification and Estimation
Chapter 10 Simple Regression.
Regression Analysis Regression used to estimate relationship between dependent variable (Y) and one or more independent variables (X). Our theory states.
SIMPLE LINEAR REGRESSION
1 Regression Analysis Regression used to estimate relationship between dependent variable (Y) and one or more independent variables (X). Consider the variable.
Chapter 11 Multiple Regression.
Lecture 16 – Thurs, Oct. 30 Inference for Regression (Sections ): –Hypothesis Tests and Confidence Intervals for Intercept and Slope –Confidence.
Regression Chapter 10 Understandable Statistics Ninth Edition By Brase and Brase Prepared by Yixun Shi Bloomsburg University of Pennsylvania.
SIMPLE LINEAR REGRESSION
Simple Linear Regression Analysis
Lecture 5 Correlation and Regression
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Simple Linear Regression Analysis Chapter 13.
SIMPLE LINEAR REGRESSION
Inference for regression - Simple linear regression
Chapter 11 Simple Regression
Correlation and Linear Regression
Understanding Multivariate Research Berry & Sanders.
Copyright © 2013, 2010 and 2007 Pearson Education, Inc. Chapter Inference on the Least-Squares Regression Model and Multiple Regression 14.
CHAPTER 14 MULTIPLE REGRESSION
Introduction to Linear Regression
Multiple regression - Inference for multiple regression - A case study IPS chapters 11.1 and 11.2 © 2006 W.H. Freeman and Company.
Random Regressors and Moment Based Estimation Prepared by Vera Tabakova, East Carolina University.
Elementary Statistics Correlation and Regression.
Correlation Analysis. A measure of association between two or more numerical variables. For examples height & weight relationship price and demand relationship.
Lecture 8 Simple Linear Regression (cont.). Section Objectives: Statistical model for linear regression Data for simple linear regression Estimation.
1 Lecture 4 Main Tasks Today 1. Review of Lecture 3 2. Accuracy of the LS estimators 3. Significance Tests of the Parameters 4. Confidence Interval 5.
Inference for Regression Simple Linear Regression IPS Chapter 10.1 © 2009 W.H. Freeman and Company.
Inference for Regression Chapter 14. Linear Regression We can use least squares regression to estimate the linear relationship between two quantitative.
Lesson Multiple Regression Models. Objectives Obtain the correlation matrix Use technology to find a multiple regression equation Interpret the.
STA 286 week 131 Inference for the Regression Coefficient Recall, b 0 and b 1 are the estimates of the slope β 1 and intercept β 0 of population regression.
Political Science 30: Political Inquiry. Linear Regression II: Making Sense of Regression Results Interpreting SPSS regression output Coefficients for.
Multiple Regression. Simple Regression in detail Y i = β o + β 1 x i + ε i Where Y => Dependent variable X => Independent variable β o => Model parameter.
LECTURE 9 Tuesday, 24 FEBRUARY STA291 Fall Administrative 4.2 Measures of Variation (Empirical Rule) 4.4 Measures of Linear Relationship Suggested.
I271B QUANTITATIVE METHODS Regression and Diagnostics.
11 Chapter 5 The Research Process – Hypothesis Development – (Stage 4 in Research Process) © 2009 John Wiley & Sons Ltd.
Lesson 14 - R Chapter 14 Review. Objectives Summarize the chapter Define the vocabulary used Complete all objectives Successfully answer any of the review.
Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Simple Linear Regression Analysis Chapter 13.
Example x y We wish to check for a non zero correlation.
1 1 Slide The Simple Linear Regression Model n Simple Linear Regression Model y =  0 +  1 x +  n Simple Linear Regression Equation E( y ) =  0 + 
Stats Methods at IC Lecture 3: Regression.
Multiple Regression Analysis: Inference
Inference about the slope parameter and correlation
Lecture #25 Tuesday, November 15, 2016 Textbook: 14.1 and 14.3
Chapter 4: Basic Estimation Techniques
Correlation and Linear Regression
Chapter 4 Basic Estimation Techniques
Correlation and Simple Linear Regression
Basic Estimation Techniques
Correlation and Simple Linear Regression
Basic Estimation Techniques
CHAPTER 26: Inference for Regression
LESSON 24: INFERENCES USING REGRESSION
Multiple Regression Models
Correlation and Simple Linear Regression
Interval Estimation and Hypothesis Testing
Our theory states Y=f(X) Regression is used to test theory.
Simple Linear Regression
SIMPLE LINEAR REGRESSION
Simple Linear Regression and Correlation
Chapter 7: The Normality Assumption and Inference with OLS
Seminar in Economics Econ. 470
SIMPLE LINEAR REGRESSION
The Multiple Regression Model
Presentation transcript:

C 3.7 Use the data in MEAP93.RAW to answer this question Estimate the model And report results in the usual form, including the sample size and R-squared. Are the signs of the slope coefficients what you expected? The signs of the estimates suggest more expenditure increases the pass rate, holding lnchrpg fixed (A 1% increase in expenditure is predicted to increase the math pass rate by 6.229/100=.06229 percentage points, holding lnchrpg fixed). Also, a higher poverty rate (as represented by lnchrpg) decreases the pass rate, holding spending fixed. (A 1% increase in the number of students receiving free lunch reduces the math pass rate by .304 percentage points, holding expenditure fixed).

(ii) What do you make of the intercept you estimated in (i) (ii) What do you make of the intercept you estimated in (i)? In particular, does it make sense to set the two explanatory variables to zero. Recall log(1)=0. -The intercept estimates the predict value of math10 when all regressors take a value of zero. -Setting lnchprg=0 makes sense, as there are many schools with low poverty rates. -Setting log(expend)=0 doesn’t make sense , because it’s the same as setting expend=1, and spending is measured in dollars per student….1 is really low. -As a consequence, the intercept of -20 is nonsensical given the data.

(iii) Now run the simple regression of math10 on log(expend), and compare the slope coefficient with the estimate obtained in part (1). Is the estimated spending effect now larger or smaller than in part (i) The estimated effect of expenditure is much higher than in the multiple linear regression.

(iv) Find the correlation between lexpend and lnchprg (iv) Find the correlation between lexpend and lnchprg. Does its sign make sense to you? The correlation is negative. This indicates that schools with less spending have more students who receive free lunch. This is a result of the fact that school spending is mostly determined by local property tax revenue.

(v) Use part (iv) to explain your findings in part (iii) We know the estimate from the simple linear regression has the following relationship with the estimate from the multiple linear regression: -We don’t have to calculate to figure out it’s sign…the correlation we calculated in part (iv) tells us <0. -Looking at the result of the multiple linear regression, we see <0. -That means >0, so that we are adding a positive term to . That means > , so we get an overestimate of the effect of expenditure on math pass rates from the simple linear regression.

C4.6 (MODIFIED) Use the data in WAGE2.RAW for this exercise Consider the standard wage equation State the null hypothesis that another year of age has no effect on wage, holding education, experience, tenure, and marital status constant. State the two-sided alternative. H0 : H1 :

T-statistic Approach tage =. 007/. 004=1. 75 Let α= T-statistic Approach tage =.007/.004=1.75 Let α=.05 , n-k-1=935-5-1=929 degrees of freedom Using TG.2, c=1.960 Rule: We reject the null if |t|>c We fail to reject the null if |t|<c |1.75|<1.960 Fail to reject the null. Indicates that the estimate on age is not statistically different from 0 at the 5% level.

P-value Approach P-value for tage : P>|t|=0 P-value Approach P-value for tage : P>|t|=0.133 P-value is the probability of observing a t-statistic as large as we do, if the null hypothesis is true (H0 : ) Let α=.05 Rule: Small p-values are evidence against the null Large p-values provide little evidence against the null. If the null is true, we’d observe a t-statistic as large as we do, 13% of the time. Reject null if p-value< α Fail to reject null if p-value> α .133>.05 Fail to reject the null. Indicates that the estimate on age is not statistically different from 0 at the 5% level.

Confidence Interval Approach Confidence interval for estimate on age is: (-.002255, .0169778) This comes from: H0 : H1 : H0 : H1 : Let α=.05 , n-k-1=935-5-1=929 degrees of freedom From TG.2 c=1.96 (can use 2) Rule: If random samples obtained over and over, could calculate these bounds each time. In (1- α)% of these samples, the true value of the estimate falls in these bounds. Reject null if is not in the CI. Fail to reject null if is in the CI. 0 is in the CI. Fail to reject the null. Indicates that the estimate on age is not statistically different from 0 at the 5% level.