What do you want to do? |
SPSS Computing Steps |
Data Manipulation |
|
Sorting Cases |
Data-Sort Cases- select one or more sorting variables |
Selecting Cases |
Data-Select Cases-Select Cases:If specify the criteria for selecting cases do not indlude an equal sign |
Splitting File |
Data-Split File
|
Merging Files - Adding Cases |
Data-Merge Files-Add cases
|
Merging Files-Adding Variables |
Data-Merge File-Add Variables
|
Data Transformations |
|
Compute Variables |
Transform-Compute
|
Recoding Variables |
Transform-Recode-Into Different Variable
|
Missing Values |
Double click variable name
|
Bivariate Procedures |
|
| Independent Samples T-Test use this method to compare means of one continuous variable across independent groups, the samples are independent. Example: males and females in the employment file can be divided into independent groups by teh variable gender. The t-test can determine if the mean current salaries of the males and females are the same. | Analyze-Compare Means-Independent T-Test Test variable = the variable whose means you are comparing (ex. salary) Grouping variable = the groups you are comparing (ex.gender) Define groups = indicate the values you are comparing for the grouping variables (1 = male 2 = female) |
| One Sample T-Test to test whether a mean equals a predetermined value. Example: you can test whether the average salary in this company differs from a national average. | Analyze-Compare Means-One-Sample T-Test Test variable = the variable whose means you are testing (ex. salary) Test value = the value you are comparing to (ex. national average) |
| Chi-Square determines a relationship between two categorical variables (example to test whether gender and job category are related) | Analyze-Descriptive Statistics-Crosstabs row (ex. gender) column (ex. job category) Statistics - chi-square box needs to be checked |
| ANOVA used to test for the differences in means among two or more groups simultaneously, if p<0.05 conclude that at least one population mean differs from the others. We cannot tell at this point which mean is different. | Analyze-Compare Means-One-way ANOVA
|
| Describing a Population | |
| Frequencies | Analyze-Descriptive Statistics-Frequencies |
| Descriptives (Mean, Variance, etc) only for continuous variables | Analyze-Descriptive Statistics-Descriptives |
| Graphs: Bar Chart (Usually for categorical data) Simple Line Histogram (shows distribution of values by dividing the range into equally-spaced intervals and plotting the count of cases in each interval as a bar) Scatterplot (highlights the relationship between two variables) Pie Chart (displays info. in a circular format) |
Graphs-choose type you want (ex. simple) Graphs-Interactive-
|
Regression Analysis |
|
Linear Regression ascertain the probable relationship between two continuous variables, predict or estimate the value of one variable corresponding to a given value of another variable |
Analyze-Regression-Linear... Dependent (ex. current salary) Independent (ex. education level) Method: indicate teh method you want the variable to enter/remove |