week 9: bivariate analysis ii

23
Office Hours: Thursday 1.30-2.30pm FW102

Upload: erica-fleming

Post on 01-Jan-2016

22 views

Category:

Documents


1 download

DESCRIPTION

Office Hours: Thursday 1.30-2.30pm FW102. WEEK 9: BIVARIATE ANALYSIS II. Null Hypothesis?. Null Hypothesis is a hypothesis which the researcher tries to disprove, reject or falsify Example: Does gender influence the salary of a British worker? What is the Null Hypothesis? - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: WEEK 9: BIVARIATE ANALYSIS II

Office Hours: Thursday 1.30-2.30pm FW102

Page 2: WEEK 9: BIVARIATE ANALYSIS II

• Null Hypothesis is a hypothesis which the researcher

tries to disprove, reject or falsify

• Example: Does gender influence the salary of a British worker?

• What is the Null Hypothesis?There is no association between

gender and salary in UK.

Page 3: WEEK 9: BIVARIATE ANALYSIS II

Men%

Women%

Labour 75 75

BNP 25 25

Page 4: WEEK 9: BIVARIATE ANALYSIS II

To find out if there is a significant association between the variables

Calculates Expected frequencies (when Null Hypothesis is true) and compares them with the data we have (Observed Frequencies)

Page 5: WEEK 9: BIVARIATE ANALYSIS II

Chi-Square Tests

95.952a 3 .000

97.623 3 .000

11.267 1 .001

2936

Pearson Chi-Square

Likelihood Ratio

Linear-by-LinearAssociation

N of Valid Cases

Value dfAsymp. Sig.

(2-sided)

0 cells (.0%) have expected count less than 5. Theminimum expected count is 67.56.

a.

Page 6: WEEK 9: BIVARIATE ANALYSIS II
Page 7: WEEK 9: BIVARIATE ANALYSIS II

Same logic with Chi square test:

Find the expected values when there is no association between the variables and compare them with the actual data we have.

But use t-test when we have continuous variables (real numbers)

Page 8: WEEK 9: BIVARIATE ANALYSIS II

Shows difference between expected values when null hypothesis is true & the observed values

If the t-value is close to or greater than +/-2, then the relationship is usually significant at what is called the .05 level.

Page 9: WEEK 9: BIVARIATE ANALYSIS II

R2 ranges from 0 to 1 0explains nothing 1perfect association

So if R2 is 0.50, we can say that 50% of the variance in Y can be explained by the variance in X

Or, you make 50% less errors when guessing Y by knowing X, as compared to guessing Y when not knowing X

Page 10: WEEK 9: BIVARIATE ANALYSIS II

(Simple regression equation)

Y= a + b X

Page 11: WEEK 9: BIVARIATE ANALYSIS II

Y = a + bX

Intercept or a, the point where the line cuts the Y axis

Slope of the line or b, the amount of change in Y that you get if X increases by one unit

Page 12: WEEK 9: BIVARIATE ANALYSIS II

Possible reasons for voting for Far-right parties (BNP)

racist sentiments political alienation (public dissatisfaction

with the working of democracy) social alienation

What do you think? Which one is the main reason?

Page 13: WEEK 9: BIVARIATE ANALYSIS II

How much do you trust the Parliament at Westminster?

political alienation

On balance, would you say that most people can't be trusted or that most people can be trusted?

Social alienation

how do you feel about black and white people? Racist sentiment

Page 14: WEEK 9: BIVARIATE ANALYSIS II

political alienationThere is no association between voting for

BNP and the level of trust in the parliamentSocial alienationThere is no association between voting for

BNP and trusting peopleRacist sentimentThere is no association between voting for

BNP and feelings about black and white people

Page 15: WEEK 9: BIVARIATE ANALYSIS II

N Minimum Maximum MeanStd. Deviation

Feelings_BNP2829 .00 10.00 1.5695 2.22239

Trust-Parliament at Westmister

3011 .00 10.00 4.4915 2.30127

Most People Can Be Trusted 3059 .00 10.00 6.0530 2.15318

Feelings-Whites 2992 .00 10.00 7.4081 1.93979

Feelings-Blacks2992 .00 10.00 6.3961 2.21780

Valid N (listwise) 2721

Page 16: WEEK 9: BIVARIATE ANALYSIS II

B coefficient Std. Error P Value

(Constant) 2.983 0.127 0.000

Feelings-Blacks -0.219 0.019 0.000

a Dependent Variable: Feelings_BNP 

Page 17: WEEK 9: BIVARIATE ANALYSIS II

 THREE STEPS1-SIGNIFICANCE OF THE ASSOCIATION The relationship between X (feelings for

blacks) and Y (support for BNP) is significant at the 0.05 level (we can reject the null hypothesis of no association).

2-DIRECTION OF THE ASSOCIATION The b coefficient of -0.219 is negative,

indicating that the people who have positive feelings towards black people tend to have lower levels of support for BNP.

3- MAGNITUDE

Page 18: WEEK 9: BIVARIATE ANALYSIS II

3-MAGNITUDE OF THE “X” EFFECT For every percentage point increase in X

(positive feelings towards black people), the level of support for BNP (Y) will decrease by 0.219 points on the 0-10 scale.

 

Page 19: WEEK 9: BIVARIATE ANALYSIS II

Dependent variable: Feeling BNP

B coefficient Std. Error P Value

(Constant) 1.736 0.094 0.000

Trust-Parliament at Westminster

-0.037 0.018 0.044

Page 20: WEEK 9: BIVARIATE ANALYSIS II

Dependent variable: Feeling BNP

B coefficient Std. Error P Value

(Constant) 2.542 0.127 0.000

Most People Can Be Trusted

-0.158 0.020 0.000

Page 21: WEEK 9: BIVARIATE ANALYSIS II

B coefficient

Std. Error P Value

(Constant) 1.245 0.252 0.000

Feelings-Whites

0.059 0.033 0.075

Dependent Variable: Feelings_BNPDependent Variable: Feelings_BNP

Dependent Variable: Feelings_BNP

Page 22: WEEK 9: BIVARIATE ANALYSIS II

Multivariate Analysis: Testing Hypotheses

Testing hypotheses with OLS regression Modelling in political science, multiple relationships between variables, interpreting OLS regression analysis

Check out the moodle for readings

Page 23: WEEK 9: BIVARIATE ANALYSIS II