Presentation is loading. Please wait.

Presentation is loading. Please wait.

Advanced Methods and Models in Behavioral Research – 2011/2012 Advanced Models and Methods in Behavioral Research Chris Snijders

Similar presentations


Presentation on theme: "Advanced Methods and Models in Behavioral Research – 2011/2012 Advanced Models and Methods in Behavioral Research Chris Snijders"— Presentation transcript:

1 Advanced Methods and Models in Behavioral Research – 2011/2012 Advanced Models and Methods in Behavioral Research Chris Snijders c.c.p.snijders@gmail.com 3 ects http://www.chrissnijders.com/ammbr (=studyguide) literature: Field book + separate course material laptop exam (+ assignments) ToDo: Studyweb! Enroll in 0a611

2 Advanced Methods and Models in Behavioral Research – 2011/2012 The methods package MMBR (6 ects) –Blumberg: algemeen: vraagstelling, betrouwbaarheid, validiteit etc –Field: SPSS: factor analyse, multiple regressie, ANcOVA, sample size etc AMMBR (3 ects) - Field (deels): logistische regressie - literatuur via website: conjoint analysis  multi-level regression

3 Advanced Methods and Models in Behavioral Research – 2011/2012 Models and methods: topics t-test, Cronbach's alpha, etc multiple regression, analysis of (co)variance and factor analysis logistic regression conjoint analysis / repeated measures –Stata next to SPSS –“Finding new questions” –Practice data collection (a bit) In the background: “now you should be able to do it on your own”

4 Advanced Methods and Models in Behavioral Research – 2011/2012 Methods in brief (1) Logistic regression: target Y, predictors X i. Y is a binary variable (0/1). - Why not just multiple regression? - Interpretation is more difficult - goodness of fit is non-standard -...

5 Advanced Methods and Models in Behavioral Research – 2011/2012 Methods in brief (2) Conjoint analysis Underlying assumption: for each user, the "utility" of a product can be written as U(x 1,x 2,..., x n ) = c 0 + c 1 x 1 +... + c n x n -10 Euro p/m - 2 years fixed - free phone -... How attractive is this offer to you?

6 Conjoint analysis as an “in between method” Between Which phone do you like and why? What would your favorite phone be? And: Let’s keep track of what people buy. Advanced Methods and Models in Behavioral Research – 2011/2012

7 Coming up with new ideas (3) Advanced Methods and Models in Behavioral Research – 2011/2012 “More research is necessary” But on what? “More research is necessary” But on what? YOU: come up with sensible new ideas, given previous research

8 Stata next to SPSS Advanced Methods and Models in Behavioral Research – 2011/2012 It’s just better (faster, better written, more possibilities, better programmable …) Multi-level regression is much easier than in SPSS It’s good to be exposed to more than just a single statistics package (your knowledge should not be based on “where to click” arguments) More stable (I think) Supports OSX as well… (anybody?)

9 But … Output less “polished” It takes some extra work to get you started The Logistic Regression chapter in the Field book uses SPSS (but still readable for the larger part) (and it’s not campus software, but subfaculty software) Installation … Advanced Methods and Models in Behavioral Research – 2011/2012

10 Advanced Methods and Models in Behavioral Research – 2008/200910 Make sure to enroll in studyweb (0a611) Read the Field chapter on logistic regression Advanced Methods and Models in Behavioral Research Advanced Methods and Models in Behavioral Research – 2011/2012

11 Logistic Regression Analysis That is: your Y variable is 0/1: now what?

12 The main points 1.Why do we have to know and sometimes use logistic regression? 2.What is the underlying model? What is maximum likelihood estimation? 3.Logistics of logistic regression analysis 1.Estimate coefficients 2.Assess model fit 3.Interpret coefficients 4.Check residuals 4.An SPSS example

13 Advanced Methods and Models in Behavioral Research – 2011/2012

14 Suppose we have 100 observations with information about an individuals age and wether or not this indivual had some kind of a heart disease (CHD) IDageCHD 1200 2230 3240 4251 … 98640 99651 100691

15 A graphic representation of the data CHD Age

16 Let’s just try regression analysis pr(CHD|age) = -.54 +.0218107*Age

17 ... linear regression is not a suitable model for probabilities pr(CHD|age) = -.54 +.0218107*Age

18 In this graph for 8 age groups, I plotted the probability of having a heart disease (proportion)

19 A nonlinear model is probably better here

20 Something like this

21 This is the logistic regression model

22 Predicted probabilities are always between 0 and 1 similar to classic regression analysis

23 Side note: this is similar to MMBR … Advanced Methods and Models in Behavioral Research – 2011/2012 Suppose Y is a percentage (so between 0 and 1). Then consider …which will ensure that the estimated Y will vary between 0 and 1 and after some rearranging this is the same as

24 … (continued) Advanced Methods and Models in Behavioral Research – 2011/2012 And one “solution” might be: -Change all Y values that are 0 to 0.001 -Change all Y values that are 1 to 0.999 Now run regression on log(Y/(1-Y)) … … but that doesn’t work so well …

25 Logistics of logistic regression 1.How do we estimate the coefficients? 2.How do we assess model fit? 3.How do we interpret coefficients? 4.How do we check regression assumptions?

26 Kinds of estimation in regression Ordinary Least Squares (we fit a line through a cloud of dots) Maximum likelihood (we find the parameters that are the most likely, given our data) We never bothered to consider maximum likelihood in standard multiple regression, because you can show that they lead to exactly the same estimator. OLS does not work well in logistic regression, but maximum likelihood estimation does … Advanced Methods and Models in Behavioral Research – 2011/2012

27 Maximum likelihood estimation Method of maximum likelihood yields values for the unknown parameters which maximize the probability of obtaining the observed set of data. Unknown parameters

28 Maximum likelihood estimation First we have to construct the likelihood function (probability of obtaining the observed set of data). Likelihood = pr(obs 1 )*pr(obs 2 )*pr(obs 3 )…*pr(obs n ) Assuming that observations are independent

29 Log-likelihood For technical reasons the likelihood is transformed in the log-likelihood (then you just maximize the sum of the logged probabilities) LL= ln[pr(obs 1 )]+ln[pr(obs 2 )]+ln[pr(obs 3 )]…+ln[pr(obs n )]

30 Note: optimizing log-likelihoods is difficult It’s iterative (“searching the landscape”)  it might not converge  it might converge to the wrong answer Advanced Methods and Models in Behavioral Research – 2011/2012

31 Estimation of coefficients: SPSS Results

32

33 This function fits very well, other values of b0 and b1 give worse results

34 Illustration 1: suppose we chose.05X instead of.11X

35 Illustration 2: suppose we chose.40X instead of.11X

36 Logistics of logistic regression Estimate the coefficients Assess model fit –Between model comparisons –Pseudo R 2 (similar to multiple regression) –Predictive accuracy Interpret coefficients Check regression assumptions

37 37 Model fit: comparisons between models The log-likelihood ratio test statistic can be used to test the fit of a model The test statistic has a chi-square distribution reduced model full model

38 Between model comparisons: likelihood ratio test reduced model full model The model including only an intercept Is often called the empty model. SPSS uses this model as a default.

39  This is the test statistic, and it’s associated significance Between model comparison: SPSS output

40 40 Overall model fit pseudo R 2 Just like in multiple regression, pseudo R 2 ranges 0.0 to 1.0 –Cox and Snell cannot theoretically reach 1 –Nagelkerke adjusted so that it can reach 1 log-likelihood of model before any predictors were entered log-likelihood of the model that you want to test NOTE: R 2 in logistic regression tends to be (even) smaller than in multiple regression

41 41 Overall model fit: Classification table We correctly predict 74% of our observations

42 42 Overall model fit: Classification table 14 cases had a CHD while according to our model this shouldnt have happened

43 43 Overall model fit: Classification table 12 cases didn’t have a CHD while according to our model this should have happened

44 Logistics of logistic regression Estimate the coefficients Assess model fit Interpret coefficients –Direction –Significance –Magnitude Check regression assumptions

45 45 Interpreting coefficients: direction We can rewrite our model as follows: 

46 46 Interpreting coefficients: direction original b reflects changes in logit: b>0 implies positive relationship exponentiated b reflects the changes in odds: exp(b) > 1 implies a positive relationship

47 47 3. Interpreting coefficients: magnitude The slope coefficient (b) is interpreted as the rate of change in the "log odds" as X changes … not very useful. exp(b) is the effect of the independent variable on the odds, more useful for calculating the size of an effect

48 Magnitude of association: Percentage change in odds ProbabilityOdds 25%0.33 50%1 75%3

49 For the age variable: –Percentage change in odds = (exponentiated coefficient – 1) * 100 = 12%, or “the odds times 1,117” –A one unit increase in age will result in 12% increase in the odds that the person will have a CHD –So if a soccer player is one year older, the odds that (s)he will have CHD is 12% higher Magnitude of association

50 Another way to get an idea of the size of effects: Calculating predicted probabilities For somebody of 20 years old, the predicted probability is.04 For somebody of 70 years old, the predicted probability is.91

51 But this gets more complicated when you have more than a single X-variable (see blackboard) Conclusion: if you consider the effect of a variable on the predicted probability, the size of the effect of X1 depends on the value of X2! Advanced Methods and Models in Behavioral Research – 2011/2012

52 Testing significance of coefficients In linear regression analysis this statistic is used to test significance In logistic regression something similar exists however, when b is large, standard error tends to become inflated, hence underestimation (Type II errors are more likely) t-distribution standard error of estimate estimate Note: This is not the Wald Statistic SPSS presents!!!

53 Interpreting coefficients: significance SPSS presents While Andy Field thinks SPSS presents this (at least in the 2nd version of the book):

54 Advanced Methods and Models in Behavioral Research – 2011/2012

55 Logistic regression Y = 0/1 Multiple regression (or ANcOVA) is not right You consider either the odds or the log(odds) It is estimated through “maximum likelihood” Interpretation is a bit more complicated than normal Advanced Methods and Models in Behavioral Research – 2011/2012

56 Advanced Methods and Models in Behavioral Research – 2008/200956 Make sure to enroll in studyweb (0a611) Read the Field chapter on logistic regression Advanced Methods and Models in Behavioral Research Advanced Methods and Models in Behavioral Research – 2011/2012

57

58 Logistics of logistic regression Estimate the coefficients Assess model fit Interpret coefficients Check regression assumptions

59 Checking assumptions Influential data points & Residuals –Follow Samanthas tips Hosmer & Lemeshow –Divides sample in subgroups –Checks whether there are differences between observed and predicted between subgroups –Test should not be significant, if so: indication of lack of fit

60 Hosmer & Lemeshow Test divides sample in subgroups, checks whether difference between observed and predicted is about equal in these groups Test should not be significant (indicating no difference)

61 Examining residuals in lR 1.Isolate points for which the model fits poorly 2.Isolate influential data points

62 Residual statistics

63 Cooks distance Means square error Number of parameter Prediction for j from all observations Prediction for j for observations excluding observation i

64 64 Illustration with SPSS Penalty kicks data, variables: –Scored: outcome variable, 0 = penalty missed, and 1 = penalty scored –Pswq: degree to which a player worries –Previous: percentage of penalties scored by a particulare player in their career

65 65 SPSS OUTPUT Logistic Regression Tells you something about the number of observations and missings

66 66 Block 0: Beginning Block this table is based on the empty model, i.e. only the constant in the model these variables will be entered in the model later on

67 67 Block 1: Method = Enter Block is useful to check significance of individual coefficients, see Field New model this is the test statistic after dividing by -2 Note: Nagelkerke is larger than Cox

68 68 Block 1: Method = Enter (Continued) Predictive accuracy has improved (was 53%) estimates standard error estimates significance based on Wald statistic change in odds

69 69 How is the classification table constructed? # cases not predicted corrrectly # cases not predicted corrrectly

70 70 How is the classification table constructed? pswqpreviousscoredPredict. prob. 18561.68 17351.41 20450.40 10420.85

71 71 How is the classification table constructed? pswqprevio us scoredPredict. prob. predict ed 18561.681 17351.410 20450.400 10420.851


Download ppt "Advanced Methods and Models in Behavioral Research – 2011/2012 Advanced Models and Methods in Behavioral Research Chris Snijders"

Similar presentations


Ads by Google