Interpreting the output from SPSS is a critical skill in data analysis- Module set 3
COMPUTE filter_$=(Reducedcals=0).
VARIABLE LABELS filter_$ 'Reducedcals=0 (FILTER)'.
VALUE LABELS filter_$ 0 'Not Selected' 1 'Selected'.
FORMATS filter_$ (f1.0).
FILTER BY filter_$.
EXECUTE.
DESCRIPTIVES VARIABLES=price
/STATISTICS=MEAN STDDEV MIN MAX KURTOSIS SKEWNESS.
Descriptives: Only Regular Brands (Not Reduced Calorie)
|
Notes |
||
|
Output Created |
07-JUN-2013 10:53:19 |
|
|
Comments |
|
|
|
Input |
Data |
C:\Users\donn\Documents\GCU Lead fac\Project with Judy for modifying PSY845 to introduce SPSS\drinks database -revised for course applications DH.sav |
|
|
Active Dataset |
DataSet1 |
|
|
File Label |
SPSS/PC+ |
|
|
Filter |
Reducedcals=0 (FILTER) |
|
|
Weight |
<none> |
|
|
Split File |
<none> |
|
|
N of Rows in Working Data File |
28 |
|
Missing Value Handling |
Definition of Missing |
User defined missing values are treated as missing. |
|
|
Cases Used |
All non-missing data are used. |
|
Syntax |
DESCRIPTIVES VARIABLES=price /STATISTICS=MEAN STDDEV MIN MAX KURTOSIS SKEWNESS. |
|
|
Resources |
Processor Time |
00:00:00.00 |
|
|
Elapsed Time |
00:00:00.01 |
|
Descriptive Statistics |
||||||
|
|
N |
Minimum |
Maximum |
Mean |
Std. Deviation |
Skewness |
|
|
Statistic |
Statistic |
Statistic |
Statistic |
Statistic |
Statistic |
|
Price per 6-pack for brand |
28 |
1.59 |
7.19 |
3.1154 |
1.24040 |
1.475 |
|
Valid N (listwise) |
28 |
|
|
|
|
|
|
Descriptive Statistics |
|||
|
|
Skewness |
Kurtosis |
|
|
|
Std. Error |
Statistic |
Std. Error |
|
Price per 6-pack for brand |
.441 |
2.866 |
.858 |
|
Valid N (listwise) |
|
|
|
USE ALL.
COMPUTE filter_$=(Reducedcals=1).
VARIABLE LABELS filter_$ 'Reducedcals=1 (FILTER)'.
VALUE LABELS filter_$ 0 'Not Selected' 1 'Selected'.
FORMATS filter_$ (f1.0).
FILTER BY filter_$.
EXECUTE.
DESCRIPTIVES VARIABLES=price
/STATISTICS=MEAN STDDEV MIN MAX KURTOSIS SKEWNESS.
Descriptives: Only Reduced Calorie Brands
|
Notes |
||
|
Output Created |
07-JUN-2013 10:54:36 |
|
|
Comments |
|
|
|
Input |
Data |
C:\Users\donn\Documents\GCU Lead fac\Project with Judy for modifying PSY845 to introduce SPSS\drinks database -revised for course applications DH.sav |
|
|
Active Dataset |
DataSet1 |
|
|
File Label |
SPSS/PC+ |
|
|
Filter |
Reducedcals=1 (FILTER) |
|
|
Weight |
<none> |
|
|
Split File |
<none> |
|
|
N of Rows in Working Data File |
7 |
|
Missing Value Handling |
Definition of Missing |
User defined missing values are treated as missing. |
|
|
Cases Used |
All non-missing data are used. |
|
Syntax |
DESCRIPTIVES VARIABLES=price /STATISTICS=MEAN STDDEV MIN MAX KURTOSIS SKEWNESS. |
|
|
Resources |
Processor Time |
00:00:00.00 |
|
|
Elapsed Time |
00:00:00.02 |
|
Descriptive Statistics |
||||||
|
|
N |
Minimum |
Maximum |
Mean |
Std. Deviation |
Skewness |
|
|
Statistic |
Statistic |
Statistic |
Statistic |
Statistic |
Statistic |
|
Price per 6-pack for brand |
7 |
2.29 |
2.99 |
2.6757 |
.21870 |
-.588 |
|
Valid N (listwise) |
7 |
|
|
|
|
|
|
Descriptive Statistics |
|||
|
|
Skewness |
Kurtosis |
|
|
|
Std. Error |
Statistic |
Std. Error |
|
Price per 6-pack for brand |
.794 |
1.200 |
1.587 |
|
Valid N (listwise) |
|
|
|