Skip to main content

SPSS: Beginners Tutorials

                        SPSS – What Is It


SPSS means “Statistical Package for the Social Sciences” and was first launched in 1968. Since SPSS was acquired by IBM in 2009, it's officially known as IBM SPSS.Generally it is used to analyze various types of data of sectors and most researcher uses this tool as it is open source anybody can use it for analysis purpose.

How to Read data in SPSS

It can be read through various sources:
1. Statistical file of SPSS.
2. Excel/CSV
3. Database Application
4. Text file

1.Reading Statistical file of SPSS.
Statistical files are saved with the .sav extension. following are the steps.
  1. Open the “Menu” and go to “File” option.
  2. Select “Open”.
  3. Click on “Data”.
  4. Search for the file sample.sav and open it.
  5. The Data Editor displays the data in the file.
2.Reading data from Excel/CSV
1. Open the "Menu"  and go to "file" menu.
2. Click on Import Data.
3.Click on Excel/CSV

3.Reading data from Database Application
1. Open the "Menu"  and go to "file" menu.
2. Click on Import Data.
3.Click on Database.
4. select “New Query


3. 

Reading Data from a Database

  • Select “MS Access Database” from the list of data sources and click “Next”.
  • Note to consider: On the basis of your installation, on the left side of the wizard, there may be a list of OLEDB data sources, in this example, we are using the list of ODBC data sources which is displayed on the right side of the wizard.
  • Click on the “Browse” button to navigate to the Access database file and open it.
  • Open the file named ‘sample.mdb’.
  • Click “OK” in the login dialog box appeared on the screen.
  • After this, mention the tables and variables which you are supposed to import.

Reading Data from a Database

4. Reading data from text file
1. Open the "Menu"  and go to "file" menu.
2. Click on Import Data.
3.Click on Text file.

Reading Data from a Database
Reading Data from a Database
Reading Data from a Database


There are two types of Editor:
1.Data View
2.Numeric View

1.Data View
It is used to display the data in the file. In the Data editor, the information is displayed in the form of the variables and the cases.

  • In the Data View, variable are represented by the columns and on the other hand, cases are represented by the rows.
  • And in the Variable View, each row is representing a variable, and each column is acting as an attribute which is associated with the respective variable.

Entering Numeric Data

Entering Numeric Data

Entering String data:

  • In Data Editor you can enter the Non-numeric data like strings of text.
  • There is a Variable View tab in the window. Click and select.

Entering Numeric Data








Comments

Popular posts from this blog

About ME

HEY! Everyone I am Rajat a passionate researcher love to analyze data statistics and interpret various research done previously. I created this blog in order to help the research enthusiast who want to learn statistics. You will learning the statistics from basic and step-by-step through analysis.  My Approach to Teaching Statistics I want to help you to learn statistics.But I am not telling, you to learn equation Don't get me wrong.Equations are necessary. I want you to learn true essence of statistics. I will help you to learn more about the graphs.However, I'' will focus on teaching in sequential manner.After all you will use statistical tool rather you don't have to remember the formulas. Why You Need to Understand Statistics The world is shifting more towards data-driven place,to draw come with insightful conclusion to a problem statement. Even if you are not performing statistical analysis how will trust the result of others true? This only happen when you know th...

Cross-tabulation and How to measure chi-square in SPSS

                                                                      Cross-tabulation   It is used to measure the relationship in two categorical variables. It is used to measure the chi-square test. For measuring the chi-square test there are two conditions: 1.Variables should be measured in nominal or ordinal level. 2. Variables should contain two or more categorical or independent groups. For example, to teach statistics for undergraduates,educators have to know their auidence(male,female) and which mode of learning they want(online,offline).So,here two nominal variables gender and medium of learning. Steps how to do chi-square in SPSS using cross-tabulation: Step1:  Referring to the above examples, two...

RANGE, INTERQUARTILE RANGE AND BOX PLOT

Range: It is the difference between the highest and the lowest value. for example, 1. Range(team 1): 17.5 - 10.5 = 7 2.  Range(team 2): 27.7 - 0 = 27.7 As ranges takes only the count of extreme values sometimes it may not give you a good impact on variability.  In this case, you can go for another measure of variability called interquartile range (IQR). Interquartile Range (IQR):  It is a better measure of dispersion than  range  because  it leaves out the extreme values . It equally divides the distribution into four equal parts called quartiles. First 25% is 1 st  quartile (Q1), last one is 3 rd  quartile (Q3) and middle one is 2 nd  quartile (Q2). 2 nd  quartile (Q2) divides the distribution into two equal parts of 50%. So, basically it is same as  Median. How to calculate IQR: Step 1: Order from low to high Step 2: Find the median or in other words Q2 Step 3: Then find Q1 by looking the median of the left side of Q2 Steps 4: Sim...