0% found this document useful (0 votes)
23 views

Descriptive

The document analyzes data from a dataset called behavior.sav located in the SPSS Samples folder. It generates descriptive statistics including the mean, standard deviation, minimum, maximum, kurtosis and skewness for three variables - Talk, Write and Read - across 15 cases.

Uploaded by

anyzen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Descriptive

The document analyzes data from a dataset called behavior.sav located in the SPSS Samples folder. It generates descriptive statistics including the mean, standard deviation, minimum, maximum, kurtosis and skewness for three variables - Talk, Write and Read - across 15 cases.

Uploaded by

anyzen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 2

GET

FILE='C:\Program Files\IBM\SPSS\Statistics\20\Samples\English\behavior.sav'.
DATASET NAME DataSet1 WINDOW=FRONT.
DESCRIPTIVES VARIABLES=Talk Write Read
/STATISTICS=MEAN STDDEV MIN MAX KURTOSIS SKEWNESS.

Descriptives

Notes
Output Created

05-SEP-2016 21:56:38

Comments
C:\Program
Data

Files\IBM\SPSS\Statistics\20\
Samples\English\behavior.sa
v

Input

Active Dataset

DataSet1

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

15

File
Definition of Missing
Missing Value Handling
Cases Used

User defined missing values


are treated as missing.
All non-missing data are
used.
DESCRIPTIVES
VARIABLES=Talk Write Read

Syntax

/STATISTICS=MEAN
STDDEV MIN MAX
KURTOSIS SKEWNESS.

Resources

Processor Time

00:00:00.00

Elapsed Time

00:00:00.02

[DataSet1] C:\Program
Files\IBM\SPSS\Statistics\20\Samples\English\behavior.sav

Descriptive Statistics
N

Minimum

Maximum

Mean

Std. Deviation

Statistic

Statistic

Statistic

Statistic

Statistic

Skewness
Statistic

Std. Error

Talk

15

.42

5.71

1.5233

1.52964

1.937

.580

Write

15

.71

6.42

4.1660

2.04701

-.684

.580

Read

15

.42

7.27

3.9053

2.23119

-.352

.580

Valid N (listwise)

15
Descriptive Statistics
Kurtosis
Statistic

Std. Error

Talk

3.364

1.121

Write

-1.013

1.121

Read

-1.136

1.121

Valid N (listwise)

You might also like