0% found this document useful (0 votes)
15 views4 pages

Central Tendency

The document describes statistical analyses performed on a dataset. Descriptive statistics are calculated for the variable Scores, including mean, sum, standard deviation, variance, range, minimum, maximum, kurtosis and skewness. Frequencies and a bar chart are also generated for the Scores variable.

Uploaded by

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

Central Tendency

The document describes statistical analyses performed on a dataset. Descriptive statistics are calculated for the variable Scores, including mean, sum, standard deviation, variance, range, minimum, maximum, kurtosis and skewness. Frequencies and a bar chart are also generated for the Scores variable.

Uploaded by

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

NEW FILE.

DATASET NAME DataSet2 WINDOW=FRONT.


DATASET CLOSE DataSet1.
GET
FILE='C:\Users\Rhein John Rublica\Downloads\Desc_frequency & percentage_crosstabs.sav.sav'.
DATASET NAME DataSet3 WINDOW=FRONT.
DATASET ACTIVATE DataSet2.
DATASET CLOSE DataSet3.

SAVE OUTFILE='C:\Users\Rhein John Rublica\Desktop\Inferential Statistics\Central Tendency_7.sav'


/COMPRESSED.
DESCRIPTIVES VARIABLES=Scores
/STATISTICS=MEAN SUM STDDEV VARIANCE RANGE MIN MAX KURTOSIS SKEWNESS.

Descriptives
Notes
Output Created 24-MAR-2024 12:46:04
Comments
Input Data C:\Users\Rhein John Rublica\
Desktop\Inferential Statistics\
Central Tendency_7.sav
Active Dataset DataSet2
Filter <none>
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=Scores
/STATISTICS=MEAN SUM
STDDEV VARIANCE RANGE
MIN MAX KURTOSIS
SKEWNESS.
Resources Processor Time 00:00:00.00
Elapsed Time 00:00:00.01

[DataSet2] C:\Users\Rhein John Rublica\Desktop\Inferential Statistics\Central Tendency_7.sav


Descriptive Statistics
N Range Minimum Maximum Sum Mean Std. Deviation Variance Skewness Kurtosis
Statistic Statistic Statistic Statistic Statistic Statistic Statistic Statistic Statistic Std. Error Statistic Std. Error
Scores 7 94 4 98 367 52.43 30.347 920.952 -.133 .794 .287 1.587
Valid N (listwise) 7

FREQUENCIES VARIABLES=Scores
/BARCHART FREQ
/ORDER=ANALYSIS.

Frequencies
Notes
Output Created 24-MAR-2024 12:47:08
Comments
Input Data C:\Users\Rhein John Rublica\
Desktop\Inferential Statistics\
Central Tendency_7.sav
Active Dataset DataSet2
Filter <none>
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 Statistics are based on all cases
with valid data.
Syntax FREQUENCIES
VARIABLES=Scores
/BARCHART FREQ
/ORDER=ANALYSIS.
Resources Processor Time 00:00:00.45
Elapsed Time 00:00:00.51

Statistics
Scores
N Valid 7

Missing 0

Scores

Frequency Percent Valid Percent Cumulative Percent


Valid 4 1 14.3 14.3 14.3
31 1 14.3 14.3 28.6
45 1 14.3 14.3 42.9
56 1 14.3 14.3 57.1
57 1 14.3 14.3 71.4
76 1 14.3 14.3 85.7
98 1 14.3 14.3 100.0
Total 7 100.0 100.0
DATASET ACTIVATE DataSet2.

SAVE OUTFILE='C:\Users\Rhein John Rublica\Desktop\Inferential Statistics\Central Tendency_7.sav'


/COMPRESSED.

You might also like