Presentation is loading. Please wait.

Presentation is loading. Please wait.

Four way analysis Nursing home residence Gender Age Death.

Similar presentations


Presentation on theme: "Four way analysis Nursing home residence Gender Age Death."— Presentation transcript:

1 Four way analysis Nursing home residence Gender Age Death

2 PROC TABULATE DATA=mydata.oldpeople ; VAR age_comp; CLASS dthflag gender nursehome; TABLE nursehome* gender*age_comp*MEAN, dthflag ;

3 PROC TABULATE DATA=mydata.oldpeople ; *** Starts the tabulate procedure, names the data set to be used ;

4 VAR AGE_COMP; **** This is the list of any continuous, numeric variables; **** I only have one, age_comp ;

5 CLASS DTHFLAG gender nursehome; **** Variables you want to use as categories go in the CLASS statement ;

6 TABLE nursehome* gender*age_comp*MEAN, dthflag ; ***** This statement specifies the table. The variables before the comma are your row variables ;

7 Results!

8 Now a Brief Look at Logistic Regression

9 TASKS > REGRESSION > LOGISTIC

10 The Process:

11

12

13

14

15

16

17 Model Fit Statistics

18

19 Which Variables are Significant

20

21

22

23

24 THANK YOU!


Download ppt "Four way analysis Nursing home residence Gender Age Death."

Similar presentations


Ads by Google