Presentation is loading. Please wait.

Presentation is loading. Please wait.

1 SPSS 202: Linear and Logistic Regression Using SPSS (Workshop) Dr. Daisy Dai Department of Medical Research.

Similar presentations


Presentation on theme: "1 SPSS 202: Linear and Logistic Regression Using SPSS (Workshop) Dr. Daisy Dai Department of Medical Research."— Presentation transcript:

1 1 SPSS 202: Linear and Logistic Regression Using SPSS (Workshop) Dr. Daisy Dai Department of Medical Research

2 2 Contents Correlation (Pearson, Spearman, r-square) Scatter Plot and Trending Simple regression Multiple regression Logistic regression

3 3 Introduction to SPSS

4 4 What is SPSS? Statistical software. CMH has 10 server licenses. SPSS 18.

5 5 SPSS Data Entry SPSS data can be entered manually. –The format is ready for analysis. SAS, Excel, txt, etc. data can be easily imported to SPSS. SPSS data files are saved as “SPSS data document (.sav)”. SPSS output files are saved as “SPSS viewer document (.spv)”.

6 6 SPSS Data Entry SPSS has a few unique features in data entry. –Categorical variables need to be coded. For instance, code male as 1 and female as 0 or vice versa. –When you have two treatments, test and control, please use 1 for test and 0 for control. –Categorical variables that are not coded in other sourced data files will not be imported or analyzed properly in SPSS. –Continuous variables don’t need coding. –Missing values needs to be defined in “variable view” page.

7 7 Log in SPSS CMH offers server version SPSS 18. Any employee can log in SPSS from your employee account. Go to Start ->Program ->Accessories -> Remote Desktop Connection

8 8 Log in SPSS In the prompted connection window, enter cmhterm. Click Connect.

9 9 Log in SPSS In the Log On Window, enter your cmh user name and password. Choose log on to CMH Click OK.

10 10 Scatter Plot

11 11 Data Set 1: Anemia in Women A survey was conduct to a sample of 20 anemia women, randomly selected from a pre-defined geographical area. The participants had a blood sample taken and their hemoglobin (Hb) level and packed cell volume (PCV) measured. They were also asked their age, and whether or not they had experienced the menopause. The goals of the study were to determine whether Hb affects PCV or the other way around or whether Hb was associated with age.

12 12 Data Subject NumberHb (g/dl)PCV (%)Age (years)Menopause0 = No, 1 = Yes 111.135200 210.745220 312.447250 414.050280 513.131280 610.530310 79.625320 812.533350 913.535380 1013.940 1 1115.145 0 1213.947491 1316.249541 1416.342551 1516.840571 1617.150601 1716.646621 1816.955631 1915.742651 2016.546671

13 13 Tasks Import data View and modify data Scatter plot and trending Save the results.

14 14 Task 1: Import Data Double click spss 18 icon on the screen. Click File -> Open -> Data. Click OK.

15 15 Task 1: Import Anemia Data Select the folder where data saved. (Note: since SPSS is in the server, we need to save files in the net work drive. I usually save files to my account in U drive. ) Enter file name. Select file type. (SPSS data file is in.sav format. SPSS can open excel or many other files, please make sure you choose the right file type). Click Open.

16 16 Task 2: View and Modify Data Now the data is open. There are two tabs on the screen, data view tab and variable view tab. We can read the data in “data View” tab.

17 17 Task 2: View and Modify Data We can define data structure including variable name, label, etc. in “Variable View” tab. Note the categorical variable, menopause, needs to be coded in the values column. Enter 0 for No and 1 for Yes.

18 18 Task 3: Scatter Plot Generate scatter plot between Hb and PCV. Please list the dependent (outcome) variable in y-axis and the independent (explanatory) variable in x-axis.

19 19 Task 3: Scatter Plot Click Graphs -> Legacy Dialogs -> Scatter/Dot -> Simple Scatter -> Define

20 20 Task 3: Scatter Plot All variables in the Anemia data set is listed in the left panel Select the variables for y axis and x-axis by first clicking the variable in the left panel and then clicking the arrow and the corresponding spot in the right panel. The marker variable is optional. If you want to label the subjects, then choose the corresponding variable as the marker. For instance, you can label the subjects by ID or by menopause. Here we choose menopause. Click OK.

21 21 Task 3: Scatter Plot One can double click the figure to prompt Chart Editor. Click on the fitted line icon located in the middle of last line of tool bar. We can also edit font or add in text box. Close Chart Editor.

22 22 Task 3: Scatter Plot One can fit linear, quadratic or cubic trend along with confidence interval to the data. Loess (local regression) is an useful tool to fit non- linear and irregular data.

23 23 Task 4: Save output One can save SPSS output file by clicking file - > save as to generate a viewer file in. apv format. This file can be edited by SPSS in the future. Or one can export the figure by right click and export to a word or pdf document. This file is permanent without revision to figures.

24 24 Practice Generate scatter plot between Hb and age. Fit an appropriate trend. Use Chart Editor to edit the font and add text when needed. Save the figure. Interpret the scatter plot and r-square.

25 25 Correlation

26 26 Tasks Continue with anemia data. Determine Pearson and Spearman correlation among the continuous variables Interpret results

27 27 Correlation On the data page, click Analyze-> Correlat-> Bivariate

28 28 Correlation We have three continuous variables in the data sets: Hb, PCV and Age. Select these three variables and check Pearson (parametric) and Spearman (non-parametric). Check two-tailed for conservative analysis And flag significant correlations. Click OK.

29 29 Pearson and Spearman Correlation Nonparametric correlations are based on ranks of data and it can be applied when data does not follow normality assumption (skewed) or outlier exists.

30 30 Simple Regression

31 31 Tasks Continue using anemia data. Perform simple linear regression. Determine the fitted regression model.

32 32 Simple Regression Click Analyze-> Regression -> Linear

33 33 Regression Select Hb as Dependent variable (y axis). Select PCV as Independent variable (x axis). In this case, PCV is the explanatory variable and Hb is the outcome variable. In other words, we investigate how PCV will impact Hb. Click Ok.

34 34 Hb=5.589+0.205*PCV When PCV=35, the predicted Hb=5.589+0.205*35=12.8 PCV is significantly associated with Hb with p-value=0.001

35 35 Multiple Regression

36 36 Tasks Continue with anemia data. Consider PCV and age as two risk factors associated with Hb.

37 37 Multiple Regression Click Analyze-> Regression -> Linear

38 38 Multiple Regression Select Hb as Dependent variable. Select PCV and age as Independent variable. Click Ok.

39 39 Multiple Regression One can choose more functions in the statistics tab. Click Continue

40 40

41 41 Hb=5.239+0.097*PCV+0.11*age When PCV=35 and age=20, the predicted Hb=5.239+0.097*35+0.11*20=10.8 The observed Hb is 11.1. PCV is significantly associated with Hb with p-value=0.008 after taking age into account.

42 42 Logistic Regression

43 43 Case Study 2: Relapse Rate in AML One hundred and two patients with acute myelogenous leukemia (AML) in remission were enrolled in a study of a new antisense oligonucleotide (asODN). The patients were randomly assigned to receive a 10-day infusion of asODN or no treatment (Control), and the effects were followed for 90 days. The time of remission from diagnosis or prior relapse (X, in months) at study enrollment was considered an important covariate in predicating response. The response data are shown in next page with Y=1 indicating relapse, death, or major intervention, such as bone marrow transplant before Day 90. Is there any evidence that administration of asODN is associated with a decreased relapse rate?

44 p. 323

45 45 Task: Logistic Regression Click Analyze- >Regression -> Binary Logistic

46 46 Task: Logistic Regression Select Relapse as dependent variable. Select time and treatment as covariate. One can also add in time by treatment interaction. Since treatment is binary, click categorical tab and select treatment as categorical covariates.

47 47

48 48 Questions?

49 49 Thank You For more information, visit my website http://www.childrensmercy.org/content/view. aspx?id=9740 Or go to Scope ->Research -> Medical Research -> Statistics

50 50 References Medical Statistics by Campbell et al. Introductory Statistics by Neil Weiss Common Statistical Methods for Clinical Research by Walker


Download ppt "1 SPSS 202: Linear and Logistic Regression Using SPSS (Workshop) Dr. Daisy Dai Department of Medical Research."

Similar presentations


Ads by Google