SSSP Lab Practice
SSSP Lab Practice
PRACTICLE
FILE
ON
SPSS
SUBMITTED BY
Name – Tarique Nawaj
Course- MBA(DUAL)
SECTION- C, 2nd SEM
Enrollment no-24020271358
NIU-24-26070. SUBMITTED TO
Assistant professor
1
ACKNOWLEDGEMENT
2
CERTIFICATION
Certification of completion
This is to certify that Tarique Nawaj PRF No.-NIU 24-26070 has successfully completed the
nd
SPS lab Practical File for MBA (dual) 2 Sem section- C for the academic session 2024-2025
This file includes PPT handouts a SPSS finds its uses in various fields with one basic application
i.e. to hold and analyze huge amount of data sheet which demonstrates their understanding of
SPSS LAB as required in the syllabus.
Submitted by
Tarique Nawaj
Submitted to
Dr. Prince Kumar
X
Dr. Prince Kumar
Assistant Professor
3
INTRODUCTION
SPSS Statistics is a software package used for statistical analysis. Long
produced by SPSS Inc., it was acquired by IBM in 2009. The current
versions (2014) are officially named IBM SPSS Statistics.
SPSS is a widely used program for statistical analysis in social science. It is also used
by market researchers, health researchers, survey companies, government,
education researchers, marketing organizations, data miners, and others.
The many features of SPSS Statistics are accessible via pull-down menus or can be
programmed with a proprietary 4GL command syntax language. Command syntax
programming has the benefits of reproducibility, simplifying repetitive tasks, and
handling complex data manipulations and analyses. Additionally, some complex
applications can only be programmed in syntax and are not accessible through the
menu structure. The pull-down menu interface also generates command syntax; this
can be displayed in the output, although the default settings have to be changed to
make the syntax visible to the user. They can also be pasted into a syntax file using
the "paste" button present in each menu.
SPSS Statistics places constraints on internal file structure, data types, data
processing, and matching files, which together considerably simplify programming.
SPSS datasets have a two-dimensional table structure, where the rows typically
represent cases (such as individuals or households) and the columns represent
measurements (such as age, sex, or household income). Only two data types are
defined: numeric and text (or "string").
All data processing occurs sequentially case-by-case through the file. Files can be matched
one-to-one and one-to-many but not many-to-many. The graphical user interface has two
views which can be toggled by clicking on one of the two tabs in the bottom left of the SPSS
Statistics window. The 'Data View' shows a spreadsheet view of the cases (rows) and
variables (columns). Unlike spreadsheets, the data cells can only contain numbers or text, and
formulas cannot be stored in these cells. The 'Variable View' displays the metadata dictionary
where each row represents a variable and shows the variable name, variable label, value
label(s), print width, measurement type, and a variety of other characteristics. Cells in both
views can be manually edited, defining the file structure and allowing data entry without
using command syntax. This may be sufficient for small datasets. Larger datasets such as
statistical surveys are more often created in data entry software, or entered during
computer-assisted personal interviewing, by scanning and using optical character recognition
and optical mark recognition software, or by direct capture from online questionnaires.
These datasets are then read into SPSS.
SPSS Statistics can read and write data from ASCII text files (including
hierarchical files), other statistics packages, spreadsheets and databases
4
SPSS finds its uses in various fields with one basic
application i.e. to hold and analyze huge amount of data.
It is used in fields such as:
1. Stock Exchange
2. Used by Cosmologists
3. Analyzing Census Data
4. Marketing
5. Survey Companies
6. Other Purposes Include Educational researches, etc.
5
INDEX
6
7
8
9
10
11
OBJECTIVE:1
Transportation of data set to SPSS editor
INPUTS:
FILES: Book1.xlxs, state.txt
PROCEDURE FOLLOWED:
Through excel
COMMANDS:
File-->Open-->Data
12
OUTPUT
FILE: Book1.sav
13
DATA VIEW
VARIABLE VIEW
COMMANDS:
File-->Read Text Data
14
OUTPUT
DATA VIEW
15
VARIABLE VIEW
CONCLUSION
PRECAUTIONS
16
OBJECTIVE
Demonstrate the following in a SPSS file :
Filtering of Data
Splitting of File According to Variable(s)
INPUTS :
Files : "car_sales.sav"
PROCEDURE
Filtering Of Data
Open "car_sales.sav" from the samples provided along with the software.
Data > Select Cases
Choose the radio button saying "If condition is satisfied".
Click on the "if" button.
Specify the condition in the dialog box that opens.
17
Click on "Continue".
18
Click on "OK".
19
Splitting of File According to Variable(s)
File : "car_sales_splitting.sav"
CONCLUSION:
20
PRECAUTIONS :
21
OBJECTIVE
INPUT
OBJECTIVE5.sav
PROCEDURE
22
RECODING INTO DIFFERENT VARIABLES
23
THE VARIABLE RESULT CALCULATES THE TOTAL NO OF RIGHT ANSWERS
OUTPUT :
24
CONCLUSION :
New variables have been created on the basis of the answers of the given
questions. Result is computed on the basis of number of questions
correctly answered by the student.
PRECAUTIONS :
The value of the new variable should be given carefully depending on the correct
answer.
The numeric expression for the target variable should be given carefully and properly.
25
OBJECTIVE
INPUT:
OBJECTIVE6.sav
PROCEDURE:
26
2. Select the variable which contains missing values and add and rename it
according to convenience and press the change button.
27
3. Choose the method Series mean.
THE VALUE OF FIRST AND THE LAST VARIABLES ARE STILL EMPTY BECAUSE THERE ARE
NO NEARBY VARIABLES ABOVE AND BELOW THEM RESPECTIVELY AND THE VALUE OF
14TH VARIABLE IS STILL EMPTY BECAUSE THE NO OF NEARBY VARIABLES WAS TAKEN
TO BE 2 AND AVERAGE CAN'T BE CALCULATED
28