SlideShare a Scribd company logo
WELCOME
INDIRA GANDHI KRISHI VISHWAVIDYALAYA
COLLEGE OF AGRICULTURE, RAIPUR
Session 2020-21
Presentation on
“Statistical Package For Social Science”
For the course of
“Research methods in behavioral science”
Presented By
Vijay Ambast
M.Sc. (Agril. Extension)
Contents
1. Introduction to SPSS.
2. Key Features of SPSS.
3. Why do you prefer SPSS over
other software?
4. Advantage and Disadvantage of
SPSS.
5. The interface.
6. The variable view.
7. The Data View.
8. Statistical Example.
9. The Output View.
10.Import an excel worksheet.
11.The syntax View.
12.Reference.
1. Introducing to SPSS.
 Statistical package for the social sciences (SPSS) is the set of software
programs that are combined together in a single package.
 The basic application of this program is to analyze scientific data related with
the social science. This data can be used for market research, surveys, data
mining, etc.
 First Version of SPSS was released in 1968, after being developed by Norman
H. Nie, Dale H. Bent & C. Hadlai Hull.
 It is widely used program for statistical analysis in social sciences, particularly
in education and research. However, because of its potential, it is also widely
used by market researchers, health-care researchers, survey organizations,
governments and, most notably, data miners and big data professionals.
Cont.
With the help of the obtained statistical information, researchers
can easily understand the demand for a product in the market
and can change their strategy accordingly.
Basically, SPSS first store and organize the provided data, then it
compiles the data set to produce suitable output. SPSS is
designed in such a way that it can handle a large set of variable
data formats.
Aside from statistical analysis, the software also features data
management, which allows the user to do case selection, create
derived data and perform file reshaping. Another feature is data
documentation, which stores a metadata dictionary along with
the datafile.
2. Key features of SPSS.
• It creates charts and tables that contain summary statistics or
frequency counts over variables.
• SPSS can open the data file in its own file format as well as
other formats.
• It can use for editing the data like calculating sums and means
over rows or columns of table data. SPSS has various excellent
choices to compute more complex operations.
• SPSS can save the data and results in different file formats.
• SPSS can run various inferential statistics like regression,
ANOVA, and factor analysis.
3. Why do you prefer SPSS over other software.
• The IBM SPSS provides advanced statistical analysis, text analysis, integration
with various big data analytics, a wide library of ML algorithms, open-source
extensibility, and deployment to other applications.
• Because of the ease of use, scalability, and flexibility, SPSS can easily be
operable to all skill level persons. Moreover, it is suitable for projects that
have complexity.
• As per a survey report, it is noticeable that an organization that uses SPSS has
enhanced efficiency, finds various new opportunities, and reduces risk.
• There are two statistical packages for the social sciences family products:
SPSS Modeler and SPSS Statistics.
• SPSS Statistics uses hypothesis testing using a top-down approach. On the
other hand, SPSS Modeler uses for generating hypotheses using a bottomup
approach.
4. Advantage & Disadvantage of SPSS.
Advantages –
• Data Analysis.
• Data visualization.
• Tabular creation & modification.
• Data modeling.
• User-friendly UI.
Disadvantages –
• Random forest function is not available.
• It requires external tools for data collection.
• It has less flexibility.
• SPSS is pricey and might burn a hole in your pocket.
• Quite hard to switch between the programs.
5. The Interface.
 When you use SPSS, you work in one of several windows: the data view, the
variable view, the output view, the draft output view. Eventually you’ll also
use the syntax editor (think: code) to save or refine your queries.
The data view: The data view displays your actual data and any new variables you have created.
The variable view: At the bottom of the data window, you’ll notice a tab labeled Variable View. The variable
view window contains the definitions of each variable in your data set, including its name, type, label, size,
alignment, and other information.
The output view: The output window is where you see the results of your various queries such as frequency
distributions, cross-tabs, statistical tests, and charts. If you’ve worked with Excel, you’re probably used to seeing
all your work on one page, charts, data, and calculations. In SPSS, each window handles a separate task. The
output window is where you see your results.
The syntax view: SPSS has never lost its roots as a programming language. Although most of your daily work
will be done using the graphical interface, from time to time you’ll want to make sure that you can exactly
reproduce the steps involved in arriving at certain conclusions. In other words, you’ll want to replicate your
analysis. The best method of preserving the exact steps of a particular analysis is the syntax view.
6. The variable view.
It’s impossible to talk about SPSS (or any analysis program) without talking about data and types of data.
Each particular type of information (such as income or gender or temperature or dosage) is called a variable.
Thus, Variable View contains descriptions of the attributes of each variable in the data file.
The following attributes are:
1. Variable type: Variable Type specifies the data type for each variable. By default, all new variables are
assumed to be numeric.
The available data types are as follows:
 Numeric.
 Comma.
 Dot.
 Scientific notation.
 Date.
 Dollar.
 Custom currency.
 String.
2. Variable label: Defining a label for a variable makes output easier to read but does not have any effect on the
actual analysis. For example, the label "Family Identification Number" is easier to understand than the name of
the variable, fam id.
3. Missing value declaration: Missing Values defines specified data values as user-missing. For example, you
might want to distinguish between data that are missing because a respondent refused to answer and data that
are missing because the question didn't apply to that respondent.
4. Column format: Assist in improving the on-screen viewing of data by using appropriate column sizes (width)
and displaying appropriate decimal places. It does not affect or change the actual stored values.
5. Value labels: Similar to variable labels. Whereas "variable" labels define the label to use instead of the name
of the variable in output, "value" labels enable the use of labels instead of values for specific values of a
variable, thereby improving the quality of output.
The easiest way to create or modify value labels is under the Variable View tab:
Enter a value and a label. Click on the Add button. When you are done, click on OK. You can return here in
the future and change value labels or remove them.
6. Measurement level: You can specify the level of measurement as scale (numeric data on an interval or ratio
scale), ordinal, or nominal. Nominal and ordinal data can be eitherstring (alphanumeric) or numeric.
• Nominal: A variable can be treated as nominal when its values represent categories with no intrinsic ranking
(for example, the department of the company in which an employee works). Examples of nominal variables
include region, zip code, and religious affiliation.
• Ordinal: A variable can be treated as ordinal when its values represent categories with some intrinsic
ranking (for example, levels of service satisfaction from highly dissatisfied to highly satisfied). Examples of
ordinal variables include attitude scores representing degree of satisfaction or confidence and preference
rating scores.
• Scale: A variable can be treated as scale (continuous) when its values represent ordered categories with a
meaningful metric, so that distance comparisons between values are appropriate. Examples of scale
variables include age in years and income in thousands of dollars.
7. The data view.
• The Data Editor provides a convenient, spreadsheet-like method for creating and
editing data files. The Data Editor window opens automatically when you start a
session. The Data Editor displays the contents of the active data file. The information
in the Data Editor consists of variables and cases.
• In Data View, columns represent variables, and rows represent cases (observations).
• In Data View, you can enter data directly in the Data Editor. You can enter data in any
order. You can enter data by case or by variable, for selected areas or for individual
cells.
• If you enter a value in an empty column, the Data Editor automatically creates a new
variable and assigns a variable name.
8. Statistical examples.
Crosstab Report: Use this procedure when you want to look at 2-way frequencies of
your categorical data. Specify a row variable and a column variable.
Click on the Statistics button if you want Chi Squares or other statistics computed.
The report will display how many females and males are in each department.
Click on OK when you are ready to generate your results.
9. The output view.
When you run procedures from the Analyze or Graphs menu, you will automatically
be taken to the SPSS Output Viewer.
In the left frame, you will see a list of various procedures with their subordinate
objects. More recent results appear at the bottom.
You can use this left frame to navigate to previous results:
click on the object name on the left and it will appear in the frame on the right,
with a thin black indicator box and a red arrow.
10. Import an excel worksheet.
Ideally, the worksheet should have the variable names in the first row. You may want to insert
or edit them in the Excel file ahead of time.
1. Go to the File menu and select Open > Data.
2. Change the location in the "Look in" box to the subdirectory where your file is.
3. Change the "Files of type" selection to look for Excel (*.xls) files.
4. Select the file.
5. You might get prompted about the variable names:
6. Click on OK. You will see the data appear in the Data Editor window.
7. You may need to modify some of the variable definitions (Variable View).
11. Import an excel worksheet.
The Syntax Editor provides an environment specifically designed for
creating, editing, and running command syntax. The Syntax Editor
features:
• Auto-Completion
• Coding
• Breakpoints
• Bookmarks
• Auto-Indentation
• Step Through
References:
 Mishra S.B., Alok S. Handbook of research methodology.
Edu. creation Publication.
 Kabir S.M.J., Method of data collection: questionnaire &
schedule. Head, Department of social work Delhi
University.
 https://documents.aucegypt.edu/docs/IT_UACT_training/S
PSS_Handout.pdf
 https://www.lehman.edu/academics/education/education-
technology/documents/LehmanEDU_SPSSHandout_ARothst
ein.pdf
 https://www.spss-tutorials.com/spss-what-is-it/
 https://en.wikipedia.org/wiki/SPSS
 https://www.slideshare.net/sspink/seminar-on-spss
THANK YOU

More Related Content

What's hot

introduction to spss
introduction to spssintroduction to spss
introduction to spssOmid Minooee
 
"A basic guide to SPSS"
"A basic guide to SPSS""A basic guide to SPSS"
"A basic guide to SPSS"
Bashir7576
 
SPSS How to use Spss software
SPSS How to use Spss softwareSPSS How to use Spss software
SPSS How to use Spss software
Debashis Baidya
 
Introduction to spss
Introduction to spssIntroduction to spss
Introduction to spss
Manish Parihar
 
SPSS software
SPSS software SPSS software
SPSS software
VinodBaithaVinodSir
 
Spss presentation
Spss presentationSpss presentation
Spss presentation
Kabir Khan
 
SPSS introduction Presentation
SPSS introduction Presentation SPSS introduction Presentation
SPSS introduction Presentation
befikra
 
Regression
Regression Regression
Regression
Ali Raza
 
Spss beginners
Spss beginnersSpss beginners
Spss beginners
Mbabazi Theos
 
Spss as a research tool
Spss  as a research tool Spss  as a research tool
Spss as a research tool
Integral university, Lucknow
 
Spss beginners
Spss beginnersSpss beginners
Spss beginners
University of Education
 
Introduction to spss
Introduction to spssIntroduction to spss
Introduction to spss
Dr. Ankita Chaturvedi
 
Data processing & Analysis: SPSS an overview
Data processing & Analysis: SPSS an overviewData processing & Analysis: SPSS an overview
Data processing & Analysis: SPSS an overview
ATHUL RAVI
 
Data Analysis using SPSS: Part 1
Data Analysis using SPSS: Part 1Data Analysis using SPSS: Part 1
Data Analysis using SPSS: Part 1
Taddesse Kassahun
 
Workshop on SPSS: Basic to Intermediate Level
Workshop on SPSS: Basic to Intermediate LevelWorkshop on SPSS: Basic to Intermediate Level
Workshop on SPSS: Basic to Intermediate Level
Hiram Ting
 
An Introduction to SPSS
An Introduction to SPSSAn Introduction to SPSS
An Introduction to SPSS
Rajesh Gunesh
 

What's hot (20)

introduction to spss
introduction to spssintroduction to spss
introduction to spss
 
Spss an introduction
Spss  an introductionSpss  an introduction
Spss an introduction
 
Spss
SpssSpss
Spss
 
Spss tutorial 1
Spss tutorial 1Spss tutorial 1
Spss tutorial 1
 
"A basic guide to SPSS"
"A basic guide to SPSS""A basic guide to SPSS"
"A basic guide to SPSS"
 
SPSS How to use Spss software
SPSS How to use Spss softwareSPSS How to use Spss software
SPSS How to use Spss software
 
Introduction to spss
Introduction to spssIntroduction to spss
Introduction to spss
 
SPSS software
SPSS software SPSS software
SPSS software
 
(Manual spss)
(Manual spss)(Manual spss)
(Manual spss)
 
Spss presentation
Spss presentationSpss presentation
Spss presentation
 
SPSS introduction Presentation
SPSS introduction Presentation SPSS introduction Presentation
SPSS introduction Presentation
 
Regression
Regression Regression
Regression
 
Spss beginners
Spss beginnersSpss beginners
Spss beginners
 
Spss as a research tool
Spss  as a research tool Spss  as a research tool
Spss as a research tool
 
Spss beginners
Spss beginnersSpss beginners
Spss beginners
 
Introduction to spss
Introduction to spssIntroduction to spss
Introduction to spss
 
Data processing & Analysis: SPSS an overview
Data processing & Analysis: SPSS an overviewData processing & Analysis: SPSS an overview
Data processing & Analysis: SPSS an overview
 
Data Analysis using SPSS: Part 1
Data Analysis using SPSS: Part 1Data Analysis using SPSS: Part 1
Data Analysis using SPSS: Part 1
 
Workshop on SPSS: Basic to Intermediate Level
Workshop on SPSS: Basic to Intermediate LevelWorkshop on SPSS: Basic to Intermediate Level
Workshop on SPSS: Basic to Intermediate Level
 
An Introduction to SPSS
An Introduction to SPSSAn Introduction to SPSS
An Introduction to SPSS
 

Similar to Spss by vijay ambast

Data Coding and Data Management using SPSS
Data Coding and Data Management using SPSSData Coding and Data Management using SPSS
Data Coding and Data Management using SPSS
Melba Shaya Sweety
 
6967176.ppt
6967176.ppt6967176.ppt
6967176.ppt
ThemovieCorner
 
Uses of SPSS and Excel to analyze data
Uses of SPSS and Excel   to analyze dataUses of SPSS and Excel   to analyze data
Uses of SPSS and Excel to analyze data
Kudrat-E- Khoda(Prince)
 
SPSS :Introduction for beginners
SPSS :Introduction for beginners SPSS :Introduction for beginners
SPSS :Introduction for beginners
PRAKASAM C P
 
Introduction to Statistical package of social sciences
Introduction to Statistical package of social sciencesIntroduction to Statistical package of social sciences
Introduction to Statistical package of social sciences
prachisachdev4
 
Topic 4 intro spss_stata 30032012 sy_srini
Topic 4 intro spss_stata 30032012 sy_sriniTopic 4 intro spss_stata 30032012 sy_srini
Topic 4 intro spss_stata 30032012 sy_sriniSM Lalon
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
Konpal Darakshan
 
spss-anintroduction-150704135929-lva1-app6892.ppt
spss-anintroduction-150704135929-lva1-app6892.pptspss-anintroduction-150704135929-lva1-app6892.ppt
spss-anintroduction-150704135929-lva1-app6892.ppt
FlorArquillano3
 
Beginners SPSS.ppt
Beginners SPSS.pptBeginners SPSS.ppt
Beginners SPSS.ppt
sayahuwaina
 
Spss guidelines
Spss guidelinesSpss guidelines
Spss guidelines
APPOLINAIRE BIZIMANA
 
BRM_Data Analysis, Interpretation and Reporting Part I.ppt
BRM_Data Analysis, Interpretation and Reporting Part I.pptBRM_Data Analysis, Interpretation and Reporting Part I.ppt
BRM_Data Analysis, Interpretation and Reporting Part I.ppt
AbdifatahAhmedHurre
 
RES814 U1 Individual Project
RES814 U1 Individual ProjectRES814 U1 Individual Project
RES814 U1 Individual ProjectThienSi Le
 
SPSS FINAL.pdf
SPSS FINAL.pdfSPSS FINAL.pdf
SPSS FINAL.pdf
Thanavathi C
 
Spss basics tutorial
Spss basics tutorialSpss basics tutorial
Spss basics tutorial
santoshranjan77
 
5116427.ppt
5116427.ppt5116427.ppt
5116427.ppt
BAGARAGAZAROMUALD2
 
UNIT 4.pptx
UNIT 4.pptxUNIT 4.pptx
UNIT 4.pptx
SreeLatha98
 
Spps training presentation 1
Spps training presentation 1Spps training presentation 1
Spps training presentation 1
Hassen Mohammed
 
Data analysis using spss
Data analysis using spssData analysis using spss
Data analysis using spss
Muhammad Ibrahim
 
Ibm spss statistics 19 brief guide
Ibm spss statistics 19 brief guideIbm spss statistics 19 brief guide
Ibm spss statistics 19 brief guide
Marketing Utopia
 
IBM SPSS Custom Tables create custom tabls inn no time.pdf
IBM  SPSS Custom Tables create custom tabls inn no time.pdfIBM  SPSS Custom Tables create custom tabls inn no time.pdf
IBM SPSS Custom Tables create custom tabls inn no time.pdf
ahmedmaths03
 

Similar to Spss by vijay ambast (20)

Data Coding and Data Management using SPSS
Data Coding and Data Management using SPSSData Coding and Data Management using SPSS
Data Coding and Data Management using SPSS
 
6967176.ppt
6967176.ppt6967176.ppt
6967176.ppt
 
Uses of SPSS and Excel to analyze data
Uses of SPSS and Excel   to analyze dataUses of SPSS and Excel   to analyze data
Uses of SPSS and Excel to analyze data
 
SPSS :Introduction for beginners
SPSS :Introduction for beginners SPSS :Introduction for beginners
SPSS :Introduction for beginners
 
Introduction to Statistical package of social sciences
Introduction to Statistical package of social sciencesIntroduction to Statistical package of social sciences
Introduction to Statistical package of social sciences
 
Topic 4 intro spss_stata 30032012 sy_srini
Topic 4 intro spss_stata 30032012 sy_sriniTopic 4 intro spss_stata 30032012 sy_srini
Topic 4 intro spss_stata 30032012 sy_srini
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
spss-anintroduction-150704135929-lva1-app6892.ppt
spss-anintroduction-150704135929-lva1-app6892.pptspss-anintroduction-150704135929-lva1-app6892.ppt
spss-anintroduction-150704135929-lva1-app6892.ppt
 
Beginners SPSS.ppt
Beginners SPSS.pptBeginners SPSS.ppt
Beginners SPSS.ppt
 
Spss guidelines
Spss guidelinesSpss guidelines
Spss guidelines
 
BRM_Data Analysis, Interpretation and Reporting Part I.ppt
BRM_Data Analysis, Interpretation and Reporting Part I.pptBRM_Data Analysis, Interpretation and Reporting Part I.ppt
BRM_Data Analysis, Interpretation and Reporting Part I.ppt
 
RES814 U1 Individual Project
RES814 U1 Individual ProjectRES814 U1 Individual Project
RES814 U1 Individual Project
 
SPSS FINAL.pdf
SPSS FINAL.pdfSPSS FINAL.pdf
SPSS FINAL.pdf
 
Spss basics tutorial
Spss basics tutorialSpss basics tutorial
Spss basics tutorial
 
5116427.ppt
5116427.ppt5116427.ppt
5116427.ppt
 
UNIT 4.pptx
UNIT 4.pptxUNIT 4.pptx
UNIT 4.pptx
 
Spps training presentation 1
Spps training presentation 1Spps training presentation 1
Spps training presentation 1
 
Data analysis using spss
Data analysis using spssData analysis using spss
Data analysis using spss
 
Ibm spss statistics 19 brief guide
Ibm spss statistics 19 brief guideIbm spss statistics 19 brief guide
Ibm spss statistics 19 brief guide
 
IBM SPSS Custom Tables create custom tabls inn no time.pdf
IBM  SPSS Custom Tables create custom tabls inn no time.pdfIBM  SPSS Custom Tables create custom tabls inn no time.pdf
IBM SPSS Custom Tables create custom tabls inn no time.pdf
 

Recently uploaded

The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
bennyroshan06
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
AzmatAli747758
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
Celine George
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
rosedainty
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 

Recently uploaded (20)

The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 

Spss by vijay ambast

  • 2. INDIRA GANDHI KRISHI VISHWAVIDYALAYA COLLEGE OF AGRICULTURE, RAIPUR Session 2020-21 Presentation on “Statistical Package For Social Science” For the course of “Research methods in behavioral science” Presented By Vijay Ambast M.Sc. (Agril. Extension)
  • 3. Contents 1. Introduction to SPSS. 2. Key Features of SPSS. 3. Why do you prefer SPSS over other software? 4. Advantage and Disadvantage of SPSS. 5. The interface. 6. The variable view. 7. The Data View. 8. Statistical Example. 9. The Output View. 10.Import an excel worksheet. 11.The syntax View. 12.Reference.
  • 4. 1. Introducing to SPSS.  Statistical package for the social sciences (SPSS) is the set of software programs that are combined together in a single package.  The basic application of this program is to analyze scientific data related with the social science. This data can be used for market research, surveys, data mining, etc.  First Version of SPSS was released in 1968, after being developed by Norman H. Nie, Dale H. Bent & C. Hadlai Hull.  It is widely used program for statistical analysis in social sciences, particularly in education and research. However, because of its potential, it is also widely used by market researchers, health-care researchers, survey organizations, governments and, most notably, data miners and big data professionals.
  • 5. Cont. With the help of the obtained statistical information, researchers can easily understand the demand for a product in the market and can change their strategy accordingly. Basically, SPSS first store and organize the provided data, then it compiles the data set to produce suitable output. SPSS is designed in such a way that it can handle a large set of variable data formats. Aside from statistical analysis, the software also features data management, which allows the user to do case selection, create derived data and perform file reshaping. Another feature is data documentation, which stores a metadata dictionary along with the datafile.
  • 6. 2. Key features of SPSS. • It creates charts and tables that contain summary statistics or frequency counts over variables. • SPSS can open the data file in its own file format as well as other formats. • It can use for editing the data like calculating sums and means over rows or columns of table data. SPSS has various excellent choices to compute more complex operations. • SPSS can save the data and results in different file formats. • SPSS can run various inferential statistics like regression, ANOVA, and factor analysis.
  • 7. 3. Why do you prefer SPSS over other software. • The IBM SPSS provides advanced statistical analysis, text analysis, integration with various big data analytics, a wide library of ML algorithms, open-source extensibility, and deployment to other applications. • Because of the ease of use, scalability, and flexibility, SPSS can easily be operable to all skill level persons. Moreover, it is suitable for projects that have complexity. • As per a survey report, it is noticeable that an organization that uses SPSS has enhanced efficiency, finds various new opportunities, and reduces risk. • There are two statistical packages for the social sciences family products: SPSS Modeler and SPSS Statistics. • SPSS Statistics uses hypothesis testing using a top-down approach. On the other hand, SPSS Modeler uses for generating hypotheses using a bottomup approach.
  • 8. 4. Advantage & Disadvantage of SPSS. Advantages – • Data Analysis. • Data visualization. • Tabular creation & modification. • Data modeling. • User-friendly UI. Disadvantages – • Random forest function is not available. • It requires external tools for data collection. • It has less flexibility. • SPSS is pricey and might burn a hole in your pocket. • Quite hard to switch between the programs.
  • 9. 5. The Interface.  When you use SPSS, you work in one of several windows: the data view, the variable view, the output view, the draft output view. Eventually you’ll also use the syntax editor (think: code) to save or refine your queries. The data view: The data view displays your actual data and any new variables you have created.
  • 10. The variable view: At the bottom of the data window, you’ll notice a tab labeled Variable View. The variable view window contains the definitions of each variable in your data set, including its name, type, label, size, alignment, and other information.
  • 11. The output view: The output window is where you see the results of your various queries such as frequency distributions, cross-tabs, statistical tests, and charts. If you’ve worked with Excel, you’re probably used to seeing all your work on one page, charts, data, and calculations. In SPSS, each window handles a separate task. The output window is where you see your results.
  • 12. The syntax view: SPSS has never lost its roots as a programming language. Although most of your daily work will be done using the graphical interface, from time to time you’ll want to make sure that you can exactly reproduce the steps involved in arriving at certain conclusions. In other words, you’ll want to replicate your analysis. The best method of preserving the exact steps of a particular analysis is the syntax view.
  • 13. 6. The variable view. It’s impossible to talk about SPSS (or any analysis program) without talking about data and types of data. Each particular type of information (such as income or gender or temperature or dosage) is called a variable. Thus, Variable View contains descriptions of the attributes of each variable in the data file. The following attributes are: 1. Variable type: Variable Type specifies the data type for each variable. By default, all new variables are assumed to be numeric. The available data types are as follows:  Numeric.  Comma.  Dot.  Scientific notation.  Date.  Dollar.  Custom currency.  String.
  • 14. 2. Variable label: Defining a label for a variable makes output easier to read but does not have any effect on the actual analysis. For example, the label "Family Identification Number" is easier to understand than the name of the variable, fam id. 3. Missing value declaration: Missing Values defines specified data values as user-missing. For example, you might want to distinguish between data that are missing because a respondent refused to answer and data that are missing because the question didn't apply to that respondent.
  • 15. 4. Column format: Assist in improving the on-screen viewing of data by using appropriate column sizes (width) and displaying appropriate decimal places. It does not affect or change the actual stored values. 5. Value labels: Similar to variable labels. Whereas "variable" labels define the label to use instead of the name of the variable in output, "value" labels enable the use of labels instead of values for specific values of a variable, thereby improving the quality of output. The easiest way to create or modify value labels is under the Variable View tab:
  • 16. Enter a value and a label. Click on the Add button. When you are done, click on OK. You can return here in the future and change value labels or remove them.
  • 17. 6. Measurement level: You can specify the level of measurement as scale (numeric data on an interval or ratio scale), ordinal, or nominal. Nominal and ordinal data can be eitherstring (alphanumeric) or numeric. • Nominal: A variable can be treated as nominal when its values represent categories with no intrinsic ranking (for example, the department of the company in which an employee works). Examples of nominal variables include region, zip code, and religious affiliation. • Ordinal: A variable can be treated as ordinal when its values represent categories with some intrinsic ranking (for example, levels of service satisfaction from highly dissatisfied to highly satisfied). Examples of ordinal variables include attitude scores representing degree of satisfaction or confidence and preference rating scores. • Scale: A variable can be treated as scale (continuous) when its values represent ordered categories with a meaningful metric, so that distance comparisons between values are appropriate. Examples of scale variables include age in years and income in thousands of dollars.
  • 18. 7. The data view. • The Data Editor provides a convenient, spreadsheet-like method for creating and editing data files. The Data Editor window opens automatically when you start a session. The Data Editor displays the contents of the active data file. The information in the Data Editor consists of variables and cases. • In Data View, columns represent variables, and rows represent cases (observations). • In Data View, you can enter data directly in the Data Editor. You can enter data in any order. You can enter data by case or by variable, for selected areas or for individual cells. • If you enter a value in an empty column, the Data Editor automatically creates a new variable and assigns a variable name.
  • 19. 8. Statistical examples. Crosstab Report: Use this procedure when you want to look at 2-way frequencies of your categorical data. Specify a row variable and a column variable.
  • 20. Click on the Statistics button if you want Chi Squares or other statistics computed.
  • 21. The report will display how many females and males are in each department. Click on OK when you are ready to generate your results.
  • 22. 9. The output view. When you run procedures from the Analyze or Graphs menu, you will automatically be taken to the SPSS Output Viewer. In the left frame, you will see a list of various procedures with their subordinate objects. More recent results appear at the bottom. You can use this left frame to navigate to previous results: click on the object name on the left and it will appear in the frame on the right, with a thin black indicator box and a red arrow.
  • 23.
  • 24. 10. Import an excel worksheet. Ideally, the worksheet should have the variable names in the first row. You may want to insert or edit them in the Excel file ahead of time. 1. Go to the File menu and select Open > Data. 2. Change the location in the "Look in" box to the subdirectory where your file is. 3. Change the "Files of type" selection to look for Excel (*.xls) files.
  • 25. 4. Select the file. 5. You might get prompted about the variable names: 6. Click on OK. You will see the data appear in the Data Editor window. 7. You may need to modify some of the variable definitions (Variable View).
  • 26. 11. Import an excel worksheet. The Syntax Editor provides an environment specifically designed for creating, editing, and running command syntax. The Syntax Editor features: • Auto-Completion • Coding • Breakpoints • Bookmarks • Auto-Indentation • Step Through
  • 27. References:  Mishra S.B., Alok S. Handbook of research methodology. Edu. creation Publication.  Kabir S.M.J., Method of data collection: questionnaire & schedule. Head, Department of social work Delhi University.  https://documents.aucegypt.edu/docs/IT_UACT_training/S PSS_Handout.pdf  https://www.lehman.edu/academics/education/education- technology/documents/LehmanEDU_SPSSHandout_ARothst ein.pdf  https://www.spss-tutorials.com/spss-what-is-it/  https://en.wikipedia.org/wiki/SPSS  https://www.slideshare.net/sspink/seminar-on-spss