Review of Multiple Regression

Size: px
Start display at page:

Download "Review of Multiple Regression"

Transcription

1 Ronald H. Heck 1 Let s begin with a little review of multiple regression this week. Linear models [e.g., correlation, t-tests, analysis of variance (ANOVA), multiple regression, path analysis, multivariate analysis of variance (MANOVA)] have a long tradition in the social and behavioral sciences for examining a variety of different data structures. For our first example, let s consider a case where the goal is to examine whether student achievement can be explained by a set of student background variables. One way to think about statistical modeling is in terms of an attempt to account for variation in a dependent variable such as student achievement variance that is believed to be associated with one or more explanatory variables such as gender and other demographic categories (e.g, socioeconomic status, race/ethnicity) or personal attributes measured as continuous variables (e.g., motivation, previous learning). This is analogous to thinking about how much variance in student achievement (R 2 ) is accounted for by a given set of explanatory variables. Let s assume we start with a small sample of 40 students who are measured on a reading test. We might first try to determine whether there is a difference in their scores related to gender. When we actually split the sample reading scores by gender (with 20 males and 20 females), we can see there is only a small difference in the average scores of males and females. Descriptive Statistics for Example Male Female Variable Mean SD Mean SD Reading As we have learned previously, we could use a t-test to investigate whether the difference in male and female reading means would be considered statistically significant in the population from which this small random sample is drawn. If we subtract the two means we can see that the difference is 0.47 (with females scoring 0.47 points higher than males). Another option would be one-way ANOVA to investigate whether this difference is statistically significant (even through there are only two groups). For example, if we used a simple one-way ANOVA, we would be testing the similarity of group means for males and females by partitioning the total sum of squares for reading into a portion describing differences in reading variability due to groups (i.e., gender) and a portion describing differences in variability due to individuals. In this case, the F-ratio would provide an indication of the ratio of between-groups variability (i.e., defined as between-groups mean squares) to within-groups variability (i.e., defined as withingroups mean squares). We can see that the F ratio is not large enough to be statistically significant (2.256/8.437 =.267).

2 Ronald H. Heck 2 read ANOVA Sum of Squares Df Mean Square F Sig. Between Groups Within Groups Total Multiple Regression We can also use multiple regression to investigate whether there is a statistically significant effect due to gender on students math scores. Multiple regression is a good choice when we are interested in the effects of a set of predictors (e.g., gender, socioeconomic status, motivation, previous skills) on a single outcome like a reading score. It will isolate the effect of each predictor separately while controlling for the effects of the others. In this way, it can provide a summary of the relative effects of several variables on the Y outcome simultaneously. We will summarize the results below. As you can see, the first output of interest is an ANOVA table which summarizes the sum of squares information you should be familiar with from our previous work with ANOVA. If you look closely, you will see that the terminology is slightly different between the two approaches. In multiple regression, the between-groups Sum of Squares is referred to as Regression Sum of Squares and the within-groups Sum of Squares is referred to as Residual Sum of Squares. Closer inspection of the ANOVA table indicates that there are very few sum of squares due to the predictor ( gender) and, therefore, most of the variation in the reading outcome in this first model is due to individuals (or residual sum of squares). As in the one-way ANOVA table, the F ratio is that same (F= 0.267) as is the significance level (p = 0.608). We can see while the terminology is slightly different, the results are the same (as we would expect). ANOVA a Model Sum of Squares df Mean Square F Sig. 1 Regression b Residual Total b. Predictors: (Constant), female We also obtain an estimate of the variance accounted for in the reading outcome due to gender. We can estimate the variance accounted for in reading by gender as the regression mean squares over the residual mean squares (2.256/ = 0.007), which suggests gender only accounts for about 0.7% (less than 1%) of the variance in students reading scores. The adjusted r-square coefficient (which takes into consideration the sample size, the number of variables in the model, and strength of relationships) is actually negative (which would be impossible).

3 Ronald H. Heck 3 Model Summary Adjusted R Model R R Square Square Std. Error of the Estimate a a. Predictors: (Constant), female We also obtain a table describing the effect of the predictor (female) on students reading scores. If the predictor is dichotomous (as in this case), the effect is summarized as a difference in means between the group coded 0 (males) and the group coded 1 (females). Coefficients a Standardized Unstandardized Coefficients Coefficients Model B Std. Error Beta T Sig. 1 (Constant) female First, we can see the intercept is , which is the reading score for males (who are coded 0). In a multiple regression analysis, the intercept (or constant) is the expected Y estimate (the reading score) when all the variables in the model are 0. In this case, this would refer to males, since they are coded 0. Second, we can see that the unstandardized beta coefficient (B) is 0.475, which is the interpreted as the change in Y for a one-unit change in the independent variable (female). In this case, this suggests that as gender changes from male (0) to female (1) the estimated math score would increase from by (to 67.00), which is the reading test score for females. We can write a prediction equation as follows: Y * female e 0 1 where 0 is the intercept (where the line crosses the Y-axis) and 1is the slope (which in this case is the estimated difference in means), and e is an error term suggesting we cannot make perfect predictions. When we substitute in the estimates from the table we obtain the following: Yˆ * female Sometimes people use Y ˆ (Y-hat) to indicate a predicted score. In this case, we can see that if we substitute in 0 (since males are coded 0) in the equation for female and multiply 0 by 0.475, we will obtain the intercept score [ (0) = ], which is the mean reading score for males. Similarly, if we substitute in 1 into the equation for female (since females are coded 1) and then add the result to the intercept, we will obtain the average mean for females of [ (1) = 67.00]. Third, we can see in the table a standardized beta (Beta) coefficient which provides an estimate of the relative size of the coefficient in standard deviation units. This is the same as the correlation if there is only one predictor in the model. In this case we would describe the standardized Beta as small (0.084). We can obtain the standardized beta in the table by

4 Ronald H. Heck 4 multiplying the unstandardized beta (0.475) by the ratio of the standard deviation of female (0.51) to the standard deviation of Y (2.88). Descriptive Statistics N Minimum Maximum Mean Std. Deviation Read Female Valid N (listwise) 40 When we obtain the ratio of the standard deviations (0.177), we multiply it by and obtain 0.084, which matches the regression coefficient table. Testing the Null Hypothesis for Gender A final important piece of information in the table is the standard error for the predictor. In this case, for female the standard error that is relatively large (0.919) compared with the estimated coefficient of This can be used to develop a test of the null hypothesis that reading scores for males and females are the same in the population. The ratio of the unstandardized beta estimate to its standard error (β/se) can be used to provide a t-test of statistical significance for each predictor. In this case the ratio is 0.475/0.919, or 0.517, which is the t-ratio in the table. We can see that this t-ratio is not large enough to be statistically significant (p =.608). In this case, therefore, we would fail to reject the null hypothesis that gender affects reading outcomes. Examining a Continuous Predictor Now let s see what happens if we investigate a continuous predictor. In this case we will use a measure of student socioeconomic status (SES). We can start with a scatterplot to observe how strong the relationship appears. We can see in the scatter plot below that there is some relationship between the tendency for higher SES background to be related to higher reading scores in this small sample. You can imagine putting a regression line in between the pairs of scores for the 40 individuals in the sample. You might imagine a line starting in the lower left of the graph (somewhere around Y = 60) and having a positive slope passing through the highest concentration of points.

5 Ronald H. Heck 5 We can actually add such a regression line that provides the variance in reading scores accounted for by SES. We can also obtain the equation for the best fitting regression line, which we will discuss subsequently. We can see the equation in the figure matches the estimates for the intercept (constant) and SES-reading slope in the regression table on page 6. We can see from the ANOVA table that the relationship between SES and reading is much stronger than for gender (since the regression sum of squares is out of ). The

6 Ronald H. Heck 6 estimated r-square would therefore be estimated as If we take the square root, we can see the correlation (r) between SES and reading is about ANOVA a Model Sum of Squares Df Mean Square F Sig. 1 Regression b Residual Total b. Predictors: (Constant), SES We can confirm this in the Model Summary table with the r-square being 0.414(and the adjusted r-square being slightly less at 0.40). Model Summary Adjusted R Model R R Square Square Std. Error of the Estimate a a. Predictors: (Constant), SES The table with the regression coefficients provides the relationship between SES and reading. Here we can see that the intercept is much lower than the previous model (30.826). This would be interpreted as the reading score for an individual who had an SES level of 0. In this case, the actual SES scores in the data set (which we might think of as a scale from 0 to 10) range from about 6 on the scatter plot to a maximum of 7.50 (with a mean of about 6.7). So we have a situation where the intercept (i.e. the predicted reading score when an individual has an SES score of 0) does not actually describe the reading level of anyone in the sample. Coefficients a Standardized Unstandardized Coefficients Coefficients Model B Std. Error Beta t Sig. 1 (Constant) SES There are ways to recode the data so the intercept describes an individual with the lowest SES score in the sample, or even the average SES score in the sample. But we can also just leave it as it is. We can write out the mathematical equation for the prediction student reading scores according to their levels of SES. Y SES e 0 1 * In this case if we substitute in the information from the regression coefficient table, we obtain the following: Yˆ * SES

7 Ronald H. Heck 7 We can see in the table that the unstandardized beta is We can use this coefficient to estimate what would be the predicted reading score for individuals with selected levels of SES. For example, if a person had an SES score of 6.0, we would estimate that her or his predicted reading score would be the following: Yˆ *6.0. If we multiply 5.347*6 (32.082) and add it to , we obtain a predicted score of If you look on the graph, you will see that this corresponds to the level of Y when SES is equal to 6. Combining Both Predictors in a Model Finally, let s see what happens when we include both predictors in the model. The proposed equation will be the following: Y * female * SES e We obtain the following information. We can see that in the ANOVA table the whole model is below the p = 0.05 commonly used level of statistical significance (i.e., p <.001). This evaluates the overall set of predictors in explaining reading achievement. ANOVA a Model Sum of Squares Df Mean Square F Sig. 1 Regression b Residual Total b. Predictors: (Constant), SES, female Similarly, the r-square (and adjusted r-square) increase when both predictors are in the model. This is helpful in evaluating the fit of the model to the data (higher values indicating better fit). The two variables account for almost 50% of the variance in reading scores. Model Summary Model R R Square Adjusted R Square Std. Error of the Estimate a a. Predictors: (Constant), SES, female Finally, we can evaluate the effects of each predictor on the reading outcome. What would you conclude in the table below? First regarding, gender should we reject or fail to reject the null hypothesis at the suggested p value of 0.05? Second, should we reject or fail to reject the null hypothesis that SES is related to student achievement in reading? For SES, a one-unit increase in SES (say from 0 to 1) would result in a

8 Ronald H. Heck increase in reading score (holding gender constant). Using the last equation, for males, the predicted score would be = For females, we would add ( = ). Coefficients a Standardized Unstandardized Coefficients Coefficients Model B Std. Error Beta t Sig. 1 (Constant) female SES Examining Residuals Besides examining the r-square coefficient as a measure of the model s fit to the data, another way of considering model fit is to examine the residuals (or errors) resulting from the model. For example, we can either plot the predicted values from the model and the residuals or the standardized predicted values and standardized residuals. Residuals are defined as the observed values in the model minus the predicted values (observed predicted = residual). So if the observed score of an individual is 42 and the predicted value is 42, the residual would be 0, and the individual would lie right on the regression line. The resulting plot should result in no relationship between predicted and residual values. In the figure below you can see the residuals are stretched out across the standardized predicted values, indicating no relationship.

9 Ronald H. Heck 9 Another way to examine the normality of the residuals is to plot the observed distribution of residuals to the expected distribution of residuals (referred to as a P-P plot). This provides a summary of how well the model predicts for various values of the dependent variable. If the two distributions are identical, they would all lie on the line. In this case, in the normal probability plot below initially the observed residuals are below the line (suggesting a smaller number of large negative residuals than expected). Near the middle, the observed points are above the line, suggesting the observed cumulative proportion exceeds the expected proportion. Then at the top, there are more below the line again. You can note that the closer the circles are to the line overall, the more plausible it is that the data were sampled from a normally distributed population. Finally, another common examination is the distribution of the standardized residuals. Often a standardized residual greater than +/-3 is considered an outlier. The standardized residuals should have a mean of 0 and the standard deviation should be close to 1.0 (which they do). Descriptive Statistics N Minimum Maximum Mean Std. Deviation Standardized Residual Valid N (listwise) 40 If we print a histogram of the residuals we can see there is one residual larger than +3 in this small data set. We can say the residuals are relatively normally distributed (i.e., the skewness is 0.45 and the kurtosis is about 1.36, not tabled). Overall we can conclude the model fits the data reasonably well.

10 Ronald H. Heck 10 Investigating an Interaction Finally, we might test whether there is an interaction present between SES and gender. The test of an interaction may be considered as a test of parallel lines; that is, whether the effect of SES on reading is the same for males and females. We can start by viewing a scatter plot of reading by SES with separate lines indicated for males and females. Here we can see that the slopes of the lines for males and females are different, with the SES-reading slope being steeper for females (dotted line) that the SES-reading slope for males. The null hypothesis would be that the SES-reading slope does not depend on gender.

11 Ronald H. Heck 11 We can create the interaction term (using compute and multiplying female by SES) and save it in the data set. When we multiply female (coded 1) by SES we will obtain values of the interaction for females but since males are coded 0, the interaction value for males will be 0. So we can interpret the interaction as the possible advantage or disadvantage of SES on reading for females. When we estimate the model we obtain the following results. ANOVA a Model Sum of Squares Df Mean Square F Sig. 1 Regression b Residual Total b. Predictors: (Constant), femaleses, SES, female We can see in the ANOVA table above the model is significant (F = , p <.001). More information, however, is provided by the table of unstandardized and standardized coefficients. This table reveals that neither female (p =.497) nor the interaction of female*ses (p =.438) is significant in accounting for students reading scores. When interactions are added to the model, they often change the coefficient of the main effects. We can also notice the coefficients look a little odd compared with the last table. They are not incorrect, but the interaction can complicate the calculations a little bit. We would interpret the intercept in this case as the predicted score of a male (coded 0) who has an SES score of 0 (31.435). The female (coded 1) with an SES score of 0 would be assumed to have a score of or (which accounts for the fact that in the graph the male and female regression lines cross). The effect of SES for males is simple to estimate from the equation above. For a one unit increase in SES, the estimated effect on reading scores for males would be the following: ˆ Y = (0) (1) (0) = The estimated score would then be For females, the estimated score would be as follows: ˆ Y = (1) (1) (1) = The estimated score would then be The estimated score reflects the slight positive advantage for the interaction effect (femaleses) in reducing the gap in reading scores for females. It should be noted in passing that at high levels of SES, there would be an advantage associated with the interaction term for females. We can observe in the graph that the advantage in reading scores for females becomes positive and increases at about SES = 6.0 or above.

12 Ronald H. Heck 12 In this case, however, even though the previous graph looks like the lines are not parallel, we must fail to reject the null hypothesis. In other words, we assume that the effect of SES on reading achievement does not depend on gender. Coefficients a Standardized Unstandardized Coefficients Coefficients Model B Std. Error Beta T Sig. 1 (Constant) female SES femaleses When the test of the interaction is not statistically significant, we can revert back to the model without the interaction as the final model, unless there is some theoretical reason why we might want to keep the model with the interaction effect as the final model. Centering SES on the Individual with lowest SES We may be able to improve the look of the coefficients in the interaction model by centering SES on a more meaningful value in the data set. For example, we might choose to re-center SES on the individual with lowest SES in the sample. We will select 6.0. We can compute the value by giving the variable a new name (SESlow) and then computing the new value as follows: SES 6.0. This subtracts 6.0 from everyone s score so the new intercept individual will have an SES value of 0 for the original value of 6.0 on the SES scale. Notice how this changes the interpretation of the new interaction model. We can see the effect of the new variable SESlow is still the same (5.161) and the interaction for female*seslow is also the same (1.650). The intercept however is now (interpreted as the value for a male with SES of 0, which is now equal to the old value of 6.0). The effect for female at this point on the original graph is now 0.213, which is not significant (p = 0.897). So substantively the model does not change but if you look at the graph of the male and female regression lines, the model is now centered right near the original point where the two regression lines cross (at SES of about 6.0). The model is not substantively different but it may be easier for readers to understand if we use a more meaningful place to center SES. Coefficients a Standardized Unstandardized Coefficients Coefficients Model B Std. Error Beta t Sig. 1 (Constant) female SESlow femaleseslow

13 Ronald H. Heck 13 How to Recode a Variable in SPSS In our example, the lowest value of SES is 6.0 (actually 5.98). We can re-code SES so that the meaning of the intercept in the regression model is equal to the person with a score of SES score of 6.0 (approximately the lowest score in the data set). We can recode individuals SES scores such that 0 will represent the person with the lowest SES score in the data set. In this case, we will use 6.0. This can be accomplished by subtracting 6.0 to everyone s current SES score. So for example, the first individual with an SES score of 6.76 after subtracting 6.0 will have a score of To do so, Open TRANSFORM and then open Compute Variable. If you open that, you will see Target Variable on the left top. We can type the name of the new variable (SESlow) there. This will save the new variable in the data set. Next we select SES and click it into the Numeric Expression box. Then we will subtract 6 from everyone s SES score. So the Numeric Expression box should look like this: SES 6 Then click on OK. You can check that the first person now has a score of 0.76 (since we have subtracted 6 from the original score of 6.76). If that is the case, then you have performed the transformation accurately. Now you can run your regression using Female and SESlow as the two predictors. You will obtain the following results. The meaning of the intercept is now a male student with an SES score of 6.0 (which has been recoded to be 0). You can see that other coefficients are unaffected by the recode. Coefficients a Unstandardized Coefficients Standardized Coefficients Model B Std. Error Beta t Sig. 1 (Constant) female SESlow Creating an Interaction Term in SPSS To create the interaction term, we open TRANSFORM and Compute Variable. We will give the target variable the name femaleseslow. We place female in the Numeric Expression Box. Then we click in an asterisk. Finally, we place SESlow in the Numeric Expression Box. The equation should look like this: female*seslow We then click OK. You should see the interaction in the data set. Now you can run the new regression model. It should match the interaction model in the handout.

Multiple Regression. More Hypothesis Testing. More Hypothesis Testing The big question: What we really want to know: What we actually know: We know:

Multiple Regression. More Hypothesis Testing. More Hypothesis Testing The big question: What we really want to know: What we actually know: We know: Multiple Regression Ψ320 Ainsworth More Hypothesis Testing What we really want to know: Is the relationship in the population we have selected between X & Y strong enough that we can use the relationship

More information

Class Notes: Week 8. Probit versus Logit Link Functions and Count Data

Class Notes: Week 8. Probit versus Logit Link Functions and Count Data Ronald Heck Class Notes: Week 8 1 Class Notes: Week 8 Probit versus Logit Link Functions and Count Data This week we ll take up a couple of issues. The first is working with a probit link function. While

More information

Investigating Models with Two or Three Categories

Investigating Models with Two or Three Categories Ronald H. Heck and Lynn N. Tabata 1 Investigating Models with Two or Three Categories For the past few weeks we have been working with discriminant analysis. Let s now see what the same sort of model might

More information

Regression: Main Ideas Setting: Quantitative outcome with a quantitative explanatory variable. Example, cont.

Regression: Main Ideas Setting: Quantitative outcome with a quantitative explanatory variable. Example, cont. TCELL 9/4/205 36-309/749 Experimental Design for Behavioral and Social Sciences Simple Regression Example Male black wheatear birds carry stones to the nest as a form of sexual display. Soler et al. wanted

More information

36-309/749 Experimental Design for Behavioral and Social Sciences. Sep. 22, 2015 Lecture 4: Linear Regression

36-309/749 Experimental Design for Behavioral and Social Sciences. Sep. 22, 2015 Lecture 4: Linear Regression 36-309/749 Experimental Design for Behavioral and Social Sciences Sep. 22, 2015 Lecture 4: Linear Regression TCELL Simple Regression Example Male black wheatear birds carry stones to the nest as a form

More information

REVIEW 8/2/2017 陈芳华东师大英语系

REVIEW 8/2/2017 陈芳华东师大英语系 REVIEW Hypothesis testing starts with a null hypothesis and a null distribution. We compare what we have to the null distribution, if the result is too extreme to belong to the null distribution (p

More information

Simple Linear Regression

Simple Linear Regression Simple Linear Regression 1 Correlation indicates the magnitude and direction of the linear relationship between two variables. Linear Regression: variable Y (criterion) is predicted by variable X (predictor)

More information

Review of Statistics 101

Review of Statistics 101 Review of Statistics 101 We review some important themes from the course 1. Introduction Statistics- Set of methods for collecting/analyzing data (the art and science of learning from data). Provides methods

More information

Model Estimation Example

Model Estimation Example Ronald H. Heck 1 EDEP 606: Multivariate Methods (S2013) April 7, 2013 Model Estimation Example As we have moved through the course this semester, we have encountered the concept of model estimation. Discussions

More information

Business Statistics. Lecture 9: Simple Regression

Business Statistics. Lecture 9: Simple Regression Business Statistics Lecture 9: Simple Regression 1 On to Model Building! Up to now, class was about descriptive and inferential statistics Numerical and graphical summaries of data Confidence intervals

More information

WELCOME! Lecture 13 Thommy Perlinger

WELCOME! Lecture 13 Thommy Perlinger Quantitative Methods II WELCOME! Lecture 13 Thommy Perlinger Parametrical tests (tests for the mean) Nature and number of variables One-way vs. two-way ANOVA One-way ANOVA Y X 1 1 One dependent variable

More information

Correlation. A statistics method to measure the relationship between two variables. Three characteristics

Correlation. A statistics method to measure the relationship between two variables. Three characteristics Correlation Correlation A statistics method to measure the relationship between two variables Three characteristics Direction of the relationship Form of the relationship Strength/Consistency Direction

More information

Ron Heck, Fall Week 3: Notes Building a Two-Level Model

Ron Heck, Fall Week 3: Notes Building a Two-Level Model Ron Heck, Fall 2011 1 EDEP 768E: Seminar on Multilevel Modeling rev. 9/6/2011@11:27pm Week 3: Notes Building a Two-Level Model We will build a model to explain student math achievement using student-level

More information

ECON 497 Midterm Spring

ECON 497 Midterm Spring ECON 497 Midterm Spring 2009 1 ECON 497: Economic Research and Forecasting Name: Spring 2009 Bellas Midterm You have three hours and twenty minutes to complete this exam. Answer all questions and explain

More information

Ron Heck, Fall Week 8: Introducing Generalized Linear Models: Logistic Regression 1 (Replaces prior revision dated October 20, 2011)

Ron Heck, Fall Week 8: Introducing Generalized Linear Models: Logistic Regression 1 (Replaces prior revision dated October 20, 2011) Ron Heck, Fall 2011 1 EDEP 768E: Seminar in Multilevel Modeling rev. January 3, 2012 (see footnote) Week 8: Introducing Generalized Linear Models: Logistic Regression 1 (Replaces prior revision dated October

More information

Interactions and Centering in Regression: MRC09 Salaries for graduate faculty in psychology

Interactions and Centering in Regression: MRC09 Salaries for graduate faculty in psychology Psychology 308c Dale Berger Interactions and Centering in Regression: MRC09 Salaries for graduate faculty in psychology This example illustrates modeling an interaction with centering and transformations.

More information

Introducing Generalized Linear Models: Logistic Regression

Introducing Generalized Linear Models: Logistic Regression Ron Heck, Summer 2012 Seminars 1 Multilevel Regression Models and Their Applications Seminar Introducing Generalized Linear Models: Logistic Regression The generalized linear model (GLM) represents and

More information

LAB 3 INSTRUCTIONS SIMPLE LINEAR REGRESSION

LAB 3 INSTRUCTIONS SIMPLE LINEAR REGRESSION LAB 3 INSTRUCTIONS SIMPLE LINEAR REGRESSION In this lab you will first learn how to display the relationship between two quantitative variables with a scatterplot and also how to measure the strength of

More information

Can you tell the relationship between students SAT scores and their college grades?

Can you tell the relationship between students SAT scores and their college grades? Correlation One Challenge Can you tell the relationship between students SAT scores and their college grades? A: The higher SAT scores are, the better GPA may be. B: The higher SAT scores are, the lower

More information

Week 8: Correlation and Regression

Week 8: Correlation and Regression Health Sciences M.Sc. Programme Applied Biostatistics Week 8: Correlation and Regression The correlation coefficient Correlation coefficients are used to measure the strength of the relationship or association

More information

Correlation and simple linear regression S5

Correlation and simple linear regression S5 Basic medical statistics for clinical and eperimental research Correlation and simple linear regression S5 Katarzyna Jóźwiak k.jozwiak@nki.nl November 15, 2017 1/41 Introduction Eample: Brain size and

More information

y response variable x 1, x 2,, x k -- a set of explanatory variables

y response variable x 1, x 2,, x k -- a set of explanatory variables 11. Multiple Regression and Correlation y response variable x 1, x 2,, x k -- a set of explanatory variables In this chapter, all variables are assumed to be quantitative. Chapters 12-14 show how to incorporate

More information

Ordinary Least Squares Regression Explained: Vartanian

Ordinary Least Squares Regression Explained: Vartanian Ordinary Least Squares Regression Eplained: Vartanian When to Use Ordinary Least Squares Regression Analysis A. Variable types. When you have an interval/ratio scale dependent variable.. When your independent

More information

Sociology 593 Exam 2 Answer Key March 28, 2002

Sociology 593 Exam 2 Answer Key March 28, 2002 Sociology 59 Exam Answer Key March 8, 00 I. True-False. (0 points) Indicate whether the following statements are true or false. If false, briefly explain why.. A variable is called CATHOLIC. This probably

More information

MATH 1150 Chapter 2 Notation and Terminology

MATH 1150 Chapter 2 Notation and Terminology MATH 1150 Chapter 2 Notation and Terminology Categorical Data The following is a dataset for 30 randomly selected adults in the U.S., showing the values of two categorical variables: whether or not the

More information

Chapter 9 - Correlation and Regression

Chapter 9 - Correlation and Regression Chapter 9 - Correlation and Regression 9. Scatter diagram of percentage of LBW infants (Y) and high-risk fertility rate (X ) in Vermont Health Planning Districts. 9.3 Correlation between percentage of

More information

Overview. Overview. Overview. Specific Examples. General Examples. Bivariate Regression & Correlation

Overview. Overview. Overview. Specific Examples. General Examples. Bivariate Regression & Correlation Bivariate Regression & Correlation Overview The Scatter Diagram Two Examples: Education & Prestige Correlation Coefficient Bivariate Linear Regression Line SPSS Output Interpretation Covariance ou already

More information

Daniel Boduszek University of Huddersfield

Daniel Boduszek University of Huddersfield Daniel Boduszek University of Huddersfield d.boduszek@hud.ac.uk Introduction to moderator effects Hierarchical Regression analysis with continuous moderator Hierarchical Regression analysis with categorical

More information

: The model hypothesizes a relationship between the variables. The simplest probabilistic model: or.

: The model hypothesizes a relationship between the variables. The simplest probabilistic model: or. Chapter Simple Linear Regression : comparing means across groups : presenting relationships among numeric variables. Probabilistic Model : The model hypothesizes an relationship between the variables.

More information

Area1 Scaled Score (NAPLEX) .535 ** **.000 N. Sig. (2-tailed)

Area1 Scaled Score (NAPLEX) .535 ** **.000 N. Sig. (2-tailed) Institutional Assessment Report Texas Southern University College of Pharmacy and Health Sciences "An Analysis of 2013 NAPLEX, P4-Comp. Exams and P3 courses The following analysis illustrates relationships

More information

STAT 3900/4950 MIDTERM TWO Name: Spring, 2015 (print: first last ) Covered topics: Two-way ANOVA, ANCOVA, SLR, MLR and correlation analysis

STAT 3900/4950 MIDTERM TWO Name: Spring, 2015 (print: first last ) Covered topics: Two-way ANOVA, ANCOVA, SLR, MLR and correlation analysis STAT 3900/4950 MIDTERM TWO Name: Spring, 205 (print: first last ) Covered topics: Two-way ANOVA, ANCOVA, SLR, MLR and correlation analysis Instructions: You may use your books, notes, and SPSS/SAS. NO

More information

Draft Proof - Do not copy, post, or distribute. Chapter Learning Objectives REGRESSION AND CORRELATION THE SCATTER DIAGRAM

Draft Proof - Do not copy, post, or distribute. Chapter Learning Objectives REGRESSION AND CORRELATION THE SCATTER DIAGRAM 1 REGRESSION AND CORRELATION As we learned in Chapter 9 ( Bivariate Tables ), the differential access to the Internet is real and persistent. Celeste Campos-Castillo s (015) research confirmed the impact

More information

1 Correlation and Inference from Regression

1 Correlation and Inference from Regression 1 Correlation and Inference from Regression Reading: Kennedy (1998) A Guide to Econometrics, Chapters 4 and 6 Maddala, G.S. (1992) Introduction to Econometrics p. 170-177 Moore and McCabe, chapter 12 is

More information

Sociology 593 Exam 2 March 28, 2002

Sociology 593 Exam 2 March 28, 2002 Sociology 59 Exam March 8, 00 I. True-False. (0 points) Indicate whether the following statements are true or false. If false, briefly explain why.. A variable is called CATHOLIC. This probably means that

More information

In Class Review Exercises Vartanian: SW 540

In Class Review Exercises Vartanian: SW 540 In Class Review Exercises Vartanian: SW 540 1. Given the following output from an OLS model looking at income, what is the slope and intercept for those who are black and those who are not black? b SE

More information

Practical Biostatistics

Practical Biostatistics Practical Biostatistics Clinical Epidemiology, Biostatistics and Bioinformatics AMC Multivariable regression Day 5 Recap Describing association: Correlation Parametric technique: Pearson (PMCC) Non-parametric:

More information

Inferences for Regression

Inferences for Regression Inferences for Regression An Example: Body Fat and Waist Size Looking at the relationship between % body fat and waist size (in inches). Here is a scatterplot of our data set: Remembering Regression In

More information

Mathematical Notation Math Introduction to Applied Statistics

Mathematical Notation Math Introduction to Applied Statistics Mathematical Notation Math 113 - Introduction to Applied Statistics Name : Use Word or WordPerfect to recreate the following documents. Each article is worth 10 points and should be emailed to the instructor

More information

Chapter Goals. To understand the methods for displaying and describing relationship among variables. Formulate Theories.

Chapter Goals. To understand the methods for displaying and describing relationship among variables. Formulate Theories. Chapter Goals To understand the methods for displaying and describing relationship among variables. Formulate Theories Interpret Results/Make Decisions Collect Data Summarize Results Chapter 7: Is There

More information

Using SPSS for One Way Analysis of Variance

Using SPSS for One Way Analysis of Variance Using SPSS for One Way Analysis of Variance This tutorial will show you how to use SPSS version 12 to perform a one-way, between- subjects analysis of variance and related post-hoc tests. This tutorial

More information

Review of the General Linear Model

Review of the General Linear Model Review of the General Linear Model EPSY 905: Multivariate Analysis Online Lecture #2 Learning Objectives Types of distributions: Ø Conditional distributions The General Linear Model Ø Regression Ø Analysis

More information

SPSS Output. ANOVA a b Residual Coefficients a Standardized Coefficients

SPSS Output. ANOVA a b Residual Coefficients a Standardized Coefficients SPSS Output Homework 1-1e ANOVA a Sum of Squares df Mean Square F Sig. 1 Regression 351.056 1 351.056 11.295.002 b Residual 932.412 30 31.080 Total 1283.469 31 a. Dependent Variable: Sexual Harassment

More information

Do not copy, post, or distribute

Do not copy, post, or distribute 14 CORRELATION ANALYSIS AND LINEAR REGRESSION Assessing the Covariability of Two Quantitative Properties 14.0 LEARNING OBJECTIVES In this chapter, we discuss two related techniques for assessing a possible

More information

Designing Multilevel Models Using SPSS 11.5 Mixed Model. John Painter, Ph.D.

Designing Multilevel Models Using SPSS 11.5 Mixed Model. John Painter, Ph.D. Designing Multilevel Models Using SPSS 11.5 Mixed Model John Painter, Ph.D. Jordan Institute for Families School of Social Work University of North Carolina at Chapel Hill 1 Creating Multilevel Models

More information

LAB 5 INSTRUCTIONS LINEAR REGRESSION AND CORRELATION

LAB 5 INSTRUCTIONS LINEAR REGRESSION AND CORRELATION LAB 5 INSTRUCTIONS LINEAR REGRESSION AND CORRELATION In this lab you will learn how to use Excel to display the relationship between two quantitative variables, measure the strength and direction of the

More information

Parametric Test. Multiple Linear Regression Spatial Application I: State Homicide Rates Equations taken from Zar, 1984.

Parametric Test. Multiple Linear Regression Spatial Application I: State Homicide Rates Equations taken from Zar, 1984. Multiple Linear Regression Spatial Application I: State Homicide Rates Equations taken from Zar, 984. y ˆ = a + b x + b 2 x 2K + b n x n where n is the number of variables Example: In an earlier bivariate

More information

Statistics and Quantitative Analysis U4320

Statistics and Quantitative Analysis U4320 Statistics and Quantitative Analysis U3 Lecture 13: Explaining Variation Prof. Sharyn O Halloran Explaining Variation: Adjusted R (cont) Definition of Adjusted R So we'd like a measure like R, but one

More information

9. Linear Regression and Correlation

9. Linear Regression and Correlation 9. Linear Regression and Correlation Data: y a quantitative response variable x a quantitative explanatory variable (Chap. 8: Recall that both variables were categorical) For example, y = annual income,

More information

Research Design - - Topic 19 Multiple regression: Applications 2009 R.C. Gardner, Ph.D.

Research Design - - Topic 19 Multiple regression: Applications 2009 R.C. Gardner, Ph.D. Research Design - - Topic 19 Multiple regression: Applications 2009 R.C. Gardner, Ph.D. Curve Fitting Mediation analysis Moderation Analysis 1 Curve Fitting The investigation of non-linear functions using

More information

ESP 178 Applied Research Methods. 2/23: Quantitative Analysis

ESP 178 Applied Research Methods. 2/23: Quantitative Analysis ESP 178 Applied Research Methods 2/23: Quantitative Analysis Data Preparation Data coding create codebook that defines each variable, its response scale, how it was coded Data entry for mail surveys and

More information

Chapter 10-Regression

Chapter 10-Regression Chapter 10-Regression 10.1 Regression equation predicting infant mortality from income Y = Infant mortality X = Income Y = 6.70 s Y = 0.698 s 2 Y = 0.487 X = 46.00 s X = 6.289 s 2 X = 39.553 cov XY = 2.7245

More information

Multiple linear regression

Multiple linear regression Multiple linear regression Course MF 930: Introduction to statistics June 0 Tron Anders Moger Department of biostatistics, IMB University of Oslo Aims for this lecture: Continue where we left off. Repeat

More information

Course Introduction and Overview Descriptive Statistics Conceptualizations of Variance Review of the General Linear Model

Course Introduction and Overview Descriptive Statistics Conceptualizations of Variance Review of the General Linear Model Course Introduction and Overview Descriptive Statistics Conceptualizations of Variance Review of the General Linear Model EPSY 905: Multivariate Analysis Lecture 1 20 January 2016 EPSY 905: Lecture 1 -

More information

( ), which of the coefficients would end

( ), which of the coefficients would end Discussion Sheet 29.7.9 Qualitative Variables We have devoted most of our attention in multiple regression to quantitative or numerical variables. MR models can become more useful and complex when we consider

More information

x3,..., Multiple Regression β q α, β 1, β 2, β 3,..., β q in the model can all be estimated by least square estimators

x3,..., Multiple Regression β q α, β 1, β 2, β 3,..., β q in the model can all be estimated by least square estimators Multiple Regression Relating a response (dependent, input) y to a set of explanatory (independent, output, predictor) variables x, x 2, x 3,, x q. A technique for modeling the relationship between variables.

More information

Chapter 10. Regression. Understandable Statistics Ninth Edition By Brase and Brase Prepared by Yixun Shi Bloomsburg University of Pennsylvania

Chapter 10. Regression. Understandable Statistics Ninth Edition By Brase and Brase Prepared by Yixun Shi Bloomsburg University of Pennsylvania Chapter 10 Regression Understandable Statistics Ninth Edition By Brase and Brase Prepared by Yixun Shi Bloomsburg University of Pennsylvania Scatter Diagrams A graph in which pairs of points, (x, y), are

More information

Course Introduction and Overview Descriptive Statistics Conceptualizations of Variance Review of the General Linear Model

Course Introduction and Overview Descriptive Statistics Conceptualizations of Variance Review of the General Linear Model Course Introduction and Overview Descriptive Statistics Conceptualizations of Variance Review of the General Linear Model PSYC 943 (930): Fundamentals of Multivariate Modeling Lecture 1: August 22, 2012

More information

Advanced Quantitative Data Analysis

Advanced Quantitative Data Analysis Chapter 24 Advanced Quantitative Data Analysis Daniel Muijs Doing Regression Analysis in SPSS When we want to do regression analysis in SPSS, we have to go through the following steps: 1 As usual, we choose

More information

5:1LEC - BETWEEN-S FACTORIAL ANOVA

5:1LEC - BETWEEN-S FACTORIAL ANOVA 5:1LEC - BETWEEN-S FACTORIAL ANOVA The single-factor Between-S design described in previous classes is only appropriate when there is just one independent variable or factor in the study. Often, however,

More information

Difference in two or more average scores in different groups

Difference in two or more average scores in different groups ANOVAs Analysis of Variance (ANOVA) Difference in two or more average scores in different groups Each participant tested once Same outcome tested in each group Simplest is one-way ANOVA (one variable as

More information

PBAF 528 Week 8. B. Regression Residuals These properties have implications for the residuals of the regression.

PBAF 528 Week 8. B. Regression Residuals These properties have implications for the residuals of the regression. PBAF 528 Week 8 What are some problems with our model? Regression models are used to represent relationships between a dependent variable and one or more predictors. In order to make inference from the

More information

Regression Analysis: Exploring relationships between variables. Stat 251

Regression Analysis: Exploring relationships between variables. Stat 251 Regression Analysis: Exploring relationships between variables Stat 251 Introduction Objective of regression analysis is to explore the relationship between two (or more) variables so that information

More information

36-309/749 Experimental Design for Behavioral and Social Sciences. Dec 1, 2015 Lecture 11: Mixed Models (HLMs)

36-309/749 Experimental Design for Behavioral and Social Sciences. Dec 1, 2015 Lecture 11: Mixed Models (HLMs) 36-309/749 Experimental Design for Behavioral and Social Sciences Dec 1, 2015 Lecture 11: Mixed Models (HLMs) Independent Errors Assumption An error is the deviation of an individual observed outcome (DV)

More information

appstats8.notebook October 11, 2016

appstats8.notebook October 11, 2016 Chapter 8 Linear Regression Objective: Students will construct and analyze a linear model for a given set of data. Fat Versus Protein: An Example pg 168 The following is a scatterplot of total fat versus

More information

Psychology Seminar Psych 406 Dr. Jeffrey Leitzel

Psychology Seminar Psych 406 Dr. Jeffrey Leitzel Psychology Seminar Psych 406 Dr. Jeffrey Leitzel Structural Equation Modeling Topic 1: Correlation / Linear Regression Outline/Overview Correlations (r, pr, sr) Linear regression Multiple regression interpreting

More information

Immigration attitudes (opposes immigration or supports it) it may seriously misestimate the magnitude of the effects of IVs

Immigration attitudes (opposes immigration or supports it) it may seriously misestimate the magnitude of the effects of IVs Logistic Regression, Part I: Problems with the Linear Probability Model (LPM) Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised February 22, 2015 This handout steals

More information

Prepared by: Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti

Prepared by: Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti Prepared by: Prof Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti Putra Malaysia Serdang M L Regression is an extension to

More information

One-Way ANOVA. Some examples of when ANOVA would be appropriate include:

One-Way ANOVA. Some examples of when ANOVA would be appropriate include: One-Way ANOVA 1. Purpose Analysis of variance (ANOVA) is used when one wishes to determine whether two or more groups (e.g., classes A, B, and C) differ on some outcome of interest (e.g., an achievement

More information

A Re-Introduction to General Linear Models (GLM)

A Re-Introduction to General Linear Models (GLM) A Re-Introduction to General Linear Models (GLM) Today s Class: You do know the GLM Estimation (where the numbers in the output come from): From least squares to restricted maximum likelihood (REML) Reviewing

More information

Binary Logistic Regression

Binary Logistic Regression The coefficients of the multiple regression model are estimated using sample data with k independent variables Estimated (or predicted) value of Y Estimated intercept Estimated slope coefficients Ŷ = b

More information

This module focuses on the logic of ANOVA with special attention given to variance components and the relationship between ANOVA and regression.

This module focuses on the logic of ANOVA with special attention given to variance components and the relationship between ANOVA and regression. WISE ANOVA and Regression Lab Introduction to the WISE Correlation/Regression and ANOVA Applet This module focuses on the logic of ANOVA with special attention given to variance components and the relationship

More information

Basics of Experimental Design. Review of Statistics. Basic Study. Experimental Design. When an Experiment is Not Possible. Studying Relations

Basics of Experimental Design. Review of Statistics. Basic Study. Experimental Design. When an Experiment is Not Possible. Studying Relations Basics of Experimental Design Review of Statistics And Experimental Design Scientists study relation between variables In the context of experiments these variables are called independent and dependent

More information

Lecture (chapter 13): Association between variables measured at the interval-ratio level

Lecture (chapter 13): Association between variables measured at the interval-ratio level Lecture (chapter 13): Association between variables measured at the interval-ratio level Ernesto F. L. Amaral April 9 11, 2018 Advanced Methods of Social Research (SOCI 420) Source: Healey, Joseph F. 2015.

More information

Multiple linear regression S6

Multiple linear regression S6 Basic medical statistics for clinical and experimental research Multiple linear regression S6 Katarzyna Jóźwiak k.jozwiak@nki.nl November 15, 2017 1/42 Introduction Two main motivations for doing multiple

More information

Simple, Marginal, and Interaction Effects in General Linear Models

Simple, Marginal, and Interaction Effects in General Linear Models Simple, Marginal, and Interaction Effects in General Linear Models PRE 905: Multivariate Analysis Lecture 3 Today s Class Centering and Coding Predictors Interpreting Parameters in the Model for the Means

More information

4:3 LEC - PLANNED COMPARISONS AND REGRESSION ANALYSES

4:3 LEC - PLANNED COMPARISONS AND REGRESSION ANALYSES 4:3 LEC - PLANNED COMPARISONS AND REGRESSION ANALYSES FOR SINGLE FACTOR BETWEEN-S DESIGNS Planned or A Priori Comparisons We previously showed various ways to test all possible pairwise comparisons for

More information

Announcements: You can turn in homework until 6pm, slot on wall across from 2202 Bren. Make sure you use the correct slot! (Stats 8, closest to wall)

Announcements: You can turn in homework until 6pm, slot on wall across from 2202 Bren. Make sure you use the correct slot! (Stats 8, closest to wall) Announcements: You can turn in homework until 6pm, slot on wall across from 2202 Bren. Make sure you use the correct slot! (Stats 8, closest to wall) We will cover Chs. 5 and 6 first, then 3 and 4. Mon,

More information

Final Exam - Solutions

Final Exam - Solutions Ecn 102 - Analysis of Economic Data University of California - Davis March 19, 2010 Instructor: John Parman Final Exam - Solutions You have until 5:30pm to complete this exam. Please remember to put your

More information

Analysis of Covariance. The following example illustrates a case where the covariate is affected by the treatments.

Analysis of Covariance. The following example illustrates a case where the covariate is affected by the treatments. Analysis of Covariance In some experiments, the experimental units (subjects) are nonhomogeneous or there is variation in the experimental conditions that are not due to the treatments. For example, a

More information

Analysing data: regression and correlation S6 and S7

Analysing data: regression and correlation S6 and S7 Basic medical statistics for clinical and experimental research Analysing data: regression and correlation S6 and S7 K. Jozwiak k.jozwiak@nki.nl 2 / 49 Correlation So far we have looked at the association

More information

Simple Linear Regression: One Quantitative IV

Simple Linear Regression: One Quantitative IV Simple Linear Regression: One Quantitative IV Linear regression is frequently used to explain variation observed in a dependent variable (DV) with theoretically linked independent variables (IV). For example,

More information

Answer Key. 9.1 Scatter Plots and Linear Correlation. Chapter 9 Regression and Correlation. CK-12 Advanced Probability and Statistics Concepts 1

Answer Key. 9.1 Scatter Plots and Linear Correlation. Chapter 9 Regression and Correlation. CK-12 Advanced Probability and Statistics Concepts 1 9.1 Scatter Plots and Linear Correlation Answers 1. A high school psychologist wants to conduct a survey to answer the question: Is there a relationship between a student s athletic ability and his/her

More information

Chapter 27 Summary Inferences for Regression

Chapter 27 Summary Inferences for Regression Chapter 7 Summary Inferences for Regression What have we learned? We have now applied inference to regression models. Like in all inference situations, there are conditions that we must check. We can test

More information

Topic 1. Definitions

Topic 1. Definitions S Topic. Definitions. Scalar A scalar is a number. 2. Vector A vector is a column of numbers. 3. Linear combination A scalar times a vector plus a scalar times a vector, plus a scalar times a vector...

More information

MANOVA is an extension of the univariate ANOVA as it involves more than one Dependent Variable (DV). The following are assumptions for using MANOVA:

MANOVA is an extension of the univariate ANOVA as it involves more than one Dependent Variable (DV). The following are assumptions for using MANOVA: MULTIVARIATE ANALYSIS OF VARIANCE MANOVA is an extension of the univariate ANOVA as it involves more than one Dependent Variable (DV). The following are assumptions for using MANOVA: 1. Cell sizes : o

More information

Mathematics for Economics MA course

Mathematics for Economics MA course Mathematics for Economics MA course Simple Linear Regression Dr. Seetha Bandara Simple Regression Simple linear regression is a statistical method that allows us to summarize and study relationships between

More information

Single and multiple linear regression analysis

Single and multiple linear regression analysis Single and multiple linear regression analysis Marike Cockeran 2017 Introduction Outline of the session Simple linear regression analysis SPSS example of simple linear regression analysis Additional topics

More information

Chapter 4 Regression with Categorical Predictor Variables Page 1. Overview of regression with categorical predictors

Chapter 4 Regression with Categorical Predictor Variables Page 1. Overview of regression with categorical predictors Chapter 4 Regression with Categorical Predictor Variables Page. Overview of regression with categorical predictors 4-. Dummy coding 4-3 4-5 A. Karpinski Regression with Categorical Predictor Variables.

More information

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages:

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages: Glossary The ISI glossary of statistical terms provides definitions in a number of different languages: http://isi.cbs.nl/glossary/index.htm Adjusted r 2 Adjusted R squared measures the proportion of the

More information

Chapter 12 - Lecture 2 Inferences about regression coefficient

Chapter 12 - Lecture 2 Inferences about regression coefficient Chapter 12 - Lecture 2 Inferences about regression coefficient April 19th, 2010 Facts about slope Test Statistic Confidence interval Hypothesis testing Test using ANOVA Table Facts about slope In previous

More information

Example: Forced Expiratory Volume (FEV) Program L13. Example: Forced Expiratory Volume (FEV) Example: Forced Expiratory Volume (FEV)

Example: Forced Expiratory Volume (FEV) Program L13. Example: Forced Expiratory Volume (FEV) Example: Forced Expiratory Volume (FEV) Program L13 Relationships between two variables Correlation, cont d Regression Relationships between more than two variables Multiple linear regression Two numerical variables Linear or curved relationship?

More information

4/22/2010. Test 3 Review ANOVA

4/22/2010. Test 3 Review ANOVA Test 3 Review ANOVA 1 School recruiter wants to examine if there are difference between students at different class ranks in their reported intensity of school spirit. What is the factor? How many levels

More information

Univariate analysis. Simple and Multiple Regression. Univariate analysis. Simple Regression How best to summarise the data?

Univariate analysis. Simple and Multiple Regression. Univariate analysis. Simple Regression How best to summarise the data? Univariate analysis Example - linear regression equation: y = ax + c Least squares criteria ( yobs ycalc ) = yobs ( ax + c) = minimum Simple and + = xa xc xy xa + nc = y Solve for a and c Univariate analysis

More information

Simple Linear Regression Using Ordinary Least Squares

Simple Linear Regression Using Ordinary Least Squares Simple Linear Regression Using Ordinary Least Squares Purpose: To approximate a linear relationship with a line. Reason: We want to be able to predict Y using X. Definition: The Least Squares Regression

More information

Objectives. 2.3 Least-squares regression. Regression lines. Prediction and Extrapolation. Correlation and r 2. Transforming relationships

Objectives. 2.3 Least-squares regression. Regression lines. Prediction and Extrapolation. Correlation and r 2. Transforming relationships Objectives 2.3 Least-squares regression Regression lines Prediction and Extrapolation Correlation and r 2 Transforming relationships Adapted from authors slides 2012 W.H. Freeman and Company Straight Line

More information

Introduction to Matrix Algebra and the Multivariate Normal Distribution

Introduction to Matrix Algebra and the Multivariate Normal Distribution Introduction to Matrix Algebra and the Multivariate Normal Distribution Introduction to Structural Equation Modeling Lecture #2 January 18, 2012 ERSH 8750: Lecture 2 Motivation for Learning the Multivariate

More information

Wed, June 26, (Lecture 8-2). Nonlinearity. Significance test for correlation R-squared, SSE, and SST. Correlation in SPSS.

Wed, June 26, (Lecture 8-2). Nonlinearity. Significance test for correlation R-squared, SSE, and SST. Correlation in SPSS. Wed, June 26, (Lecture 8-2). Nonlinearity. Significance test for correlation R-squared, SSE, and SST. Correlation in SPSS. Last time, we looked at scatterplots, which show the interaction between two variables,

More information

Keppel, G. & Wickens, T. D. Design and Analysis Chapter 4: Analytical Comparisons Among Treatment Means

Keppel, G. & Wickens, T. D. Design and Analysis Chapter 4: Analytical Comparisons Among Treatment Means Keppel, G. & Wickens, T. D. Design and Analysis Chapter 4: Analytical Comparisons Among Treatment Means 4.1 The Need for Analytical Comparisons...the between-groups sum of squares averages the differences

More information

Mathematical Notation Math Introduction to Applied Statistics

Mathematical Notation Math Introduction to Applied Statistics Mathematical Notation Math 113 - Introduction to Applied Statistics Name : Use Word or WordPerfect to recreate the following documents. Each article is worth 10 points and can be printed and given to the

More information

16.400/453J Human Factors Engineering. Design of Experiments II

16.400/453J Human Factors Engineering. Design of Experiments II J Human Factors Engineering Design of Experiments II Review Experiment Design and Descriptive Statistics Research question, independent and dependent variables, histograms, box plots, etc. Inferential

More information