SlideShare a Scribd company logo
1 of 30
Download to read offline
http://www.iaeme.com/IJCET/index.asp 17 editor@iaeme.com
International Journal of Computer Engineering & Technology (IJCET)
Volume 7, Issue 3, May-June 2016, pp. 17–46, Article ID: IJCET_07_03_003
Available online at
http://www.iaeme.com/IJCET/issues.asp?JType=IJCET&VType=7&IType=3
Journal Impact Factor (2016): 9.3590 (Calculated by GISI) www.jifactor.com
ISSN Print: 0976-6367 and ISSN Online: 0976–6375
© IAEME Publication
DATA HANDLING FOR SPSS
Nanasaheb Mahadev Halgare
Research Scholar
Kalinga University, Naya Raipur, Raipur, CG
Dr.A.B.Bagwan
M.E.Phd (CSE)
Head Department CSE
Rajarshi Shahu college of Engineering Tathawade, Pune, MS
Prof.D.V.Biradar
Head Dept. Information Technology
M.S. Bidve Engineering College, Latur, MS
ABSTRACT
Before conducting any statistical analysis one must have the data in
tractable form for reliable and organized analysis. Whatever procedure used
to do this is termed as “Data Handelling” and if we are working with SPSS
then it is termed as “Data Mining”. Data mining is analysis step of knowledge
Discovery in database or Data mining is an interdisciplinary subfield of
computer engineering..Data Mining helps discovering of pattern in large
datasets. The main moto of Data Mining is to extract information from a
dataset and transform it into an knowledge that will helpful for further use.
Beside from raw step analysis. In this paper Data Handling, is proposed for
SPSS.
General Terms: Data Handling /Data Mining et. al.
Key words: Datasets, Missing Value, New Variable
Cite this Article: Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof.
D.V. Biradar. Data Handling For SPSS, International Journal of Computer
Engineering and Technology, 7(3), 2016, pp. 17–46.
http://www.iaeme.com/IJCET/issues.asp?JType=IJCET&VType=7&IType=3
READING THE DATASET
Data can be obtained from several formats
 SPSS file.
 spreadsheet-Exel lotus
 Database-dbase, paradox
Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar
http://www.iaeme.com/IJCET/index.asp 18 editor@iaeme.com
 Files from othe statistical programs
Reading SPSS data
In SPSS, go to FILE/OPEN.
Click on the button “Files of Type.” Select the option “SPSS (*.sav).” Click on
"Open.”
Reading data from spreadsheet format-Excel, lotus 1-2-3
While in Excel, in the first row, type the names of the variables. Each variable name
must include no more than eight characters with no spaces4. While in Excel, note (on
a piece of paper) the range that you want to use5. Next, click on the downward arrow
in the last line of the dialog box (“Save as type” –see picture on right) and choose the
option “Microsoft Excel 4 Worksheet.” Click on “Save."
In SPSS, go to FILE/OPEN. Click on the button “Files of Type.” Select the option
“Excel (*.xls).” Select the file, then click on “Open.”
SPSS will request the range of the data in Excel and whether to read the variable
names. Select to read the variable names and enter the range. Click on "OK.” The data
Data Handling For SPSS
http://www.iaeme.com/IJCET/index.asp 19 editor@iaeme.com
within the defined range will be read. Save the opened file as a SPSS file by going
tothe menu option FILE/ SAVE AS and saving with the extension ".sav." A similar
procedure applies for other spreadsheet formats. Lotus files have the extensions "wk."
Reading data from simple database format-Dbase, Paradox
Click on the button “Files of Type.” Select the option “dBase (*.dbf).” Press "Open.”
The data will be read. Save the data as a SPSS file. Similar procedures apply to
opening datain Paradox, .dif, and .slk formats.
Reading data from other statistical program (SAS,STATA etc)
A data file from SAS, STATA, TSP, E-Views, or other statistical programs cannot be
opened directly in SPSS.
Rather, while still in the statistical program that contains your data, you must save
the file in a format that SPSS can read. Usually these formats are Excel 4.0 (.xls) or
Dbase 3 (.dbf). Then follow the instructions given earlier (sections 1.1.b and 1.1.c) for
reading data from spreadsheet/database formats
DEFINING THE ATTRIBUTE OF VARIABLE
All After you have opened the data source, you should assign characteristics to your
variables6. These attributes must be clearly defined at the outset before conducting
any graphical or statistical procedure:
 Variable Type
 Missing Value
 Coloumn Format
 Variable Label
 Value Lebal for categorical and dummy variables
 Persuing the attribute variable
 The File Information Utility
Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar
http://www.iaeme.com/IJCET/index.asp 20 editor@iaeme.com
Variable Type
Choose the Type of data that the variable should be stored as. The most common
choice is “numeric,” which means the variable has a numeric value. The other
common choice is “string,” which means the variable is in text format. Below is a
table showing the data types:
TYPE EXAMPLE
Numeric 1110.05
Comma 22,000.005
Scientific 2 * e3
Dollar $1,000.12
String MSBIDVE
SPSS usually picks up the format automatically. As a result, you typically need
not worry about setting or changing the data type. However, you may wish to change
the data type if:
1. Too many or too few decimal points are displayed.
2. The number is too large. If the number is 12323786592, for example, it is difficult to
immediately determine its size. Instead, if the data type were made “comma,” then the
number would read as “12,323,786,592.” If the data type was made scientific, then
the number would read as “12.32*E9,” which can be quickly read as 12 billion. ("E3"
is thousands, "E6" is millions, "E9" is billions.)
3. Currency formats are to be displayed.
4. Error messages about variable types are produced when you request that SPSS
conduct a procedure7. Such a message indicates that the variable may be incorrectly
defined.
Example 1: Numeric data type
To change the data "Type," click on the relevant variable. Go to DATA/ DEFINE
VARIABLE.
The dialog box shown in the picture on the right will open. In the area “Variable
Description,” you will see the currently defined data type: “Numeric 11.2” (11 digit
wide numeric variable with 2 decimal points). You want to change this. To do so,
click on the button labeled “Type.”
The choices are listed in the dialog box. You can see the current specification: a
"Width" of 11 with 2 "Decimal Places."
Data Handling For SPSS
http://www.iaeme.com/IJCET/index.asp 21 editor@iaeme.com
In the “Width” box, specify how many digits of the variable to display and in the
“Decimal Places” box specify the number of decimal places to be displayed. The
variable is of maximum width 68, so type 6 into the box “Width.” Since it is an ID,
the number does not have decimal points. You will therefore want to type 0 into the
box “Decimal Places.” Click on “Continue.”
Click on “OK.” The data type of the variable will be changed from “width 11 with
2 decimal places” to “width 6 with no decimal places.”
Example 2: Setting the data type for a dummy variable
Gender can take on only two values, 0 or 1, and has no post-decimal values.
Therefore, a width above 2 is excessive. Hence, we will make the width 2 and decimal
places equal to zero. Click on the title of the variable gender in the data editor. Go to
DATA/ DEFINE VARIABLE. Click on the button “Type.”
Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar
http://www.iaeme.com/IJCET/index.asp 22 editor@iaeme.com
Change width to 2 and decimal places to 0 by typing into the boxes “Width” and
“Decimal Places” respectively9. Click on “Continue.”
Click on “OK.”
Example 3: Currency type format
We now show an example of the dollar format. Click on the variable wage. Go to
DATA/DEFINE VARIABLE.
Click on the button "Type.”
Data Handling For SPSS
http://www.iaeme.com/IJCET/index.asp 23 editor@iaeme.com
Wage has been given a default data type "numeric, width of 9 and 2 decimal places.”
This data type is not wrong but we would like to be more precise.
Select the data type "Dollar.”
Enter the appropriate width and number of decimal places in the boxes "Width" and
"Decimal Places.” Click on" Continue.”
Click on "OK.” Now, the variable will be displayed (onscreen and in output) with a
dollar sign preceding it.
Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar
http://www.iaeme.com/IJCET/index.asp 24 editor@iaeme.com
Missing Value
It is often the case that agencies that compile and provide data sets assign values like
“99” when the response for that observation did not meet the criterion for being
considered a valid response. For example, the variable work_ex may have been
assigned these codes for invalid responses:
 97 for “No Response”
 98 for “Not Applicable”
 99 for “Illegible Answer”
To define the missing values, click on the variable work_ex.
Go to DATA/ DEFINE VARIABLE. In the area “Variable Description,” you can
see that no value is defined in the line “Missing Values.” Click on the button “Missing
Values.”
The following dialog box will open. Here, you have to enter the values that are to be
considered missing.
Data Handling For SPSS
http://www.iaeme.com/IJCET/index.asp 25 editor@iaeme.com
Click on “Discrete Missing Values.” Enter the three numbers 97, 98, and 99 as shown.
Another way to define the same missing values: choose the option "Range of Missing
Values.”
Enter the range 97 (for "Low") and 99 (for "High") as shown. Now, any numbers
between (and including) 97 and 99 will be considered as missing when SPSS uses the
variable in a procedure.
Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar
http://www.iaeme.com/IJCET/index.asp 26 editor@iaeme.com
Yet another way of entering the same information: choose "Range plus one
discrete missing value.”
Enter the low to high range and the discrete value as shown.
After entering the values to be excluded using any of the three options above, click on
the button "Continue.”
Click on "OK.” In the area “Variable Description,” you can see that the value range
“97-99” is defined in the line “Missing Values.”
Data Handling For SPSS
http://www.iaeme.com/IJCET/index.asp 27 editor@iaeme.com
Coloumn Format
This option allows you to choose the width of the column as displayed on screen and
to choose how the text is aligned in the column (left, center, or right aligned). For
example, for the dummy variables gender and pub_sec, the column width can be
much smaller than the default, which is usually 8. Click on the data column pub_sec.
Go to DATA/DEFINE VARIABLE. Click on the button “Column Format”.
Click in the box “Column Width.” Erase the number 8.
Type in the new column width “3." Click on “Continue.”
Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar
http://www.iaeme.com/IJCET/index.asp 28 editor@iaeme.com
Click on “OK.” Remember: the change to column format has only a cosmetic effect.
It has no effect on any calculations or procedures conducted that use the variable
Variable Label
This feature allows you to type a description of the variable, other than the variable
name, that will appear in the output. The usefulness of the label lies in the fact that it
can be a long phrase, unlike the variable name, which can be only eight letters long.
For example, for the variable fam_id, you can define a label “Family Identification
Number.” SPSS displays the label (and not the variable name) in output charts and
tables. Using a variable label will therefore improve the lucidity of the output. Note:
In order to make SPSS display the labels in output tables and charts, go to EDIT /
OPTIONS. Click on the tab OUTPUT/NAVIGATOR LABELS. Choose the option
"Label" for both "Variables" and "Values." This must be done only once for one
computer. Click on the variable fam_id. Go to DATA/DEFINE VARIABLE. In the
area “Variable Description,” you can see that no label is defined in the line “Variable
Label.” To define the label, click on the button “Labels.”
Data Handling For SPSS
http://www.iaeme.com/IJCET/index.asp 29 editor@iaeme.com
In the box “Variable Label,” enter the label “Family Identification Number.” Click on
“Continue.”
Click on “OK.” In the area “Variable Description,” you can see that the label “Family
Identification Number” is defined in the line “Variable Label.”
Value Labels for Categorical and Dummy Variables
Few values, such as 0, 1, 2, 3, and 4) then you should define "value labels" for each of
the possible values. You can make SPSS show the labels instead of the numeric
values in output.
For example, for the variable pub_sec, if you define the value 0 with the label
“Private Sector Employee” and the value 1 with the label “Public Sector Employee,”
then reading the output will be easier. Seeing a frequency table with these intuitive
text labels instead of the numeric values 0 or 1 makes it easier to interpret and looks
more professional than a frequency table thatmerely displays the numeric values We
show an example for one variable - pub_sec. The variable has two possible values: 0
(if the respondent is a private sector employee) or 1 (if the respondent is a public
sectoremployee).
We want to use text labels to replace the values 0 and 1 in any output tables
featuring this variable.
Click on the data column pub_sec. Go to DATA/DEFINE VARIABLE. Click on
the button “Labels.”
Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar
http://www.iaeme.com/IJCET/index.asp 30 editor@iaeme.com
Now, you must enter the Value Labels. Go to the box “Value.” Enter the number
0. Then enter its label “Private Sector Employee” into the box “Value Labels.” Click
on the "Add" button.
The boxes “Value” and “Value Label” will empty out and the label for the value 0
will be displayed in the large text box on the bottom.
Repeat the above for the value 1, then click on the "Continue" button.
Data Handling For SPSS
http://www.iaeme.com/IJCET/index.asp 31 editor@iaeme.com
Click on “OK.”
Perusing the Attributes of Variables
Go to UTILITY/ VARIABLES. When you click on a variable’s name in the left
portion of the dialog box that comes up (shown below), the right box provides
information on the attributes of that variable.
Locating a column (variable) in a data set with a large number of variables
Sometimes you may wish to access the column that holds the data for a series.
However, because of the large number of columns, it takes a great deal of time to
scroll to the correct variable. (Why would you want to access a column? Maybe to see
the data visually or to define the attributes of the variable using procedures shown in
section 1.2). Luckily, there is an easier way to access a particular column. To do so,
go to UTILITY / VARIABLES. When you click on a variable’s name in the left
portion of the dialog box that comes up (see picture on the right), and then press the
button “Go To,” you will be taken tothat variable’s column.
Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar
http://www.iaeme.com/IJCET/index.asp 32 editor@iaeme.com
The File Information Utility
In section 1.2, you learned how to define the attributes of a variable. You may want to
print out a report that provides information on these attributes. To do so, go to
UTILITY / FILE INFORMATION. The following information is provided.
WAGE WAGE 1
Print Format: F9.2
Write Format: F9.2
WORK_EX
11
WORK EXPERIENCE
12
2
13
Print Format
14
: F9
Write Format: F9
Missing Values
15
: 97 thru 99, -1
EDUC EDUCATION 3
Print Format: F9
Write Format: F9
FAM_ID FAMILY IDENTIFICATION NUMBER (UNIQUE FOR EACH FAMILY) 4
Print Format: F8
Write Format: F8
FAM_MEM FAMILY MEMBERSHIP NUMBER (IF MORE THAN ONE RESPONDENT FROM
THE FAMILY) 5
Print Format: F8
Write Format: F8
GENDER 6
Print Format: F2
Write Format: F2
Value Label
16
0 MALE
1 FEMALE
PUB_SEC 7
Print Format: F8
Write Format: F8
Value Label
0 PUBLIC SECTOR EMPLOYEE
1 PRIVATE SECTOR EMPLOYEE
Data Handling For SPSS
http://www.iaeme.com/IJCET/index.asp 33 editor@iaeme.com
3. WEIGHING CASES
Statistical analysis is typically conducted on data obtained from “random” surveys.
Sometimes, these surveys are not truly "random" in that they are not truly
representative of the population. If you use the data as is, you will obtain biased (or
less trustworthy) output from your analysis. The agency that conducted the survey
will usually provide a "Weighting Variable" that is designed to correct the bias in the
sample. By using this variable, you can transform the variables in the data set into
“Weighted Variables.” The transformation is presumed to have lowered the bias,
thereby rendering the sample more "random."17 Let's assume that the variable
fam_mem is to be used as the weighing variable. Go to DATA/WEIGHT CASES.
Click on “Weight Cases By.”Select the variable fam_id to use as the weight by
moving it into the box “Frequency Variable.”Click on “OK.”
You can turn weighting off at any time, even after the file has been saved in
weighted form.To turn weighting off, go to DATA/WEIGHTCASES. Click on “Do
Not Weight Cases.”
Click on “OK.”
4. CREATING A SMALLER DATA SET BY AGGREGATING
OVER VARIABLE
Aggregating is useful when you wish to do a more macro level analysis than your data
set permits. Let's assume that you are interested in doing analysis that compares
across the mean characteristics of survey respondents with different education levels.
You need each observation to be a unique education level. The household survey data
set makes this cumbersome (as it has numerous observations on each education level).
Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar
http://www.iaeme.com/IJCET/index.asp 34 editor@iaeme.com
A better way to do this may be to create a new data set, using DATA/ AGGREGATE,
in which all the numeric variables are averaged for each education level.
The new data set will have only 24 observations - one for each education level.
This new data set will look like the picture on the right. There are only 24
observations, one for each education level. Education levels from 0 to 23 constitute a
variable. For the variable age, the mean for a respective education level is the
corresponding entry.
To create this data set, go to DATA/ AGGREGATE. The white box on top
("Break Variable(s)" is where you place the variable that you wish to use as the
criterion for aggregating the other variables over. The new data set will have unique
values of this variable. The box “Aggregate Variable(s)” is where you place the
variables whose aggregates you want in the new data set.
Move the variables you want to aggregate into the box
“Aggregate Variable(s).” Note that the default function
“MEAN” is chosen for each variable.
Data Handling For SPSS
http://www.iaeme.com/IJCET/index.asp 35 editor@iaeme.com
Move the variable whose values serve as the aggregation criterion (here it is educ)
into the box “Break Variable(s).”
The aggregate data set should be saved under a new name.
To do so, choose “Create New Data File” and click on the "File" button.
Select a location and name for the new file. Click on “Open.”
A new data file is created. The variable educ takes on unique values. All the other
variables are transformed values of the original variables
.# work_e_1 is the mean work experience (in the original data set) for each education
level.
# wage_1 is the mean wage (in the original data set) for each education level.
# pub_se_1 is the proportion of respondents who are public sector employees (in the
original data set) for each education level.
# age_1 is the mean age (in the original data set) for each education level.
# gender_1 is the proportion of respondents who are female (in the original data set)
for each education level.
Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar
http://www.iaeme.com/IJCET/index.asp 36 editor@iaeme.com
Enter an appropriate label. Click on “Continue.”
Click on “OK.”
The new label for the variable reflects accurately the meaning of each value in the
variable gender_1. Do the same for the other "proportion" variable, pub_se_1.
Data Handling For SPSS
http://www.iaeme.com/IJCET/index.asp 37 editor@iaeme.com
The continuous variables are not the same as in the original data set. You should
redefine the labels of each continuous variable. For example, wage_1, age_1, and
work_e_1 should be labeled as “Means of Variable” (otherwise output will be difficult
to interpret). Also, you may make the error of referring to the variable as "Wage"
when, in reality, the new data set contains values of "Mean Wage."
5. SORTING
Sorting defines the order in which data are arranged in the data file and displayed on
your screen. When you sort by a variable, X, then you are arranging all observations
in the file by the values of X, in either increasing or decreasing values of X. If X is
text variable, then the order is alphabetical. If it is numerical, then the order is by
magnitude of the value.
Go to DATA/ SORT
Click on the variables by which you wish to sort.
Move these variables into the box “Sort by.” The order of selection is important - first
the data file will be organized by gender. Then within each gender group, the data
will be sorted by education. So, all males (gender=0) will be before any female
(gender=1). Then, within the group of males,sorting will be done by education level.
Let's assume you want to order education in reverse -highest to lowest. Click on educ
in the box “Sort by” and then choose the option “Descending” in the area “Sort
Order.”
Click on “OK.”
Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar
http://www.iaeme.com/IJCET/index.asp 38 editor@iaeme.com
Example of how the sorted data will look (ascending in gender, then
descending in educ)
gender educ wage Age work_ex
0 21 34 24 2
0 15 20 23 2
0 8 21 25 5
0 0 6 35 20
1 12 17 45 25
1 8 14 43 27
1 6 11 46 25
1 3 7 22 2
6. FILTERING OF DATA
It will often be the case that you will want to select a Sub-set of the data according to
certain criteria. For example, let's assume you want to run procedures on only those
cases in which education level is over 6. In effect, you want to temporarily “hide”
cases in which education level is 6 or lower, run your analysis, then have those cases
back in your data set. Such data manipulation allows a more pointed analysis in which
sections of the sample (and thereby of the population they represent) can be studied
while disregarding the other sections of the sample. Similarly, you can study the
statistical attributes of females only, adult females only, adult
females with high school or greater education only, etc21. If your analysis, experience, research or knowledge
indicates the need to study such sub-set separately, then use DATA/ SELECT CASE to create such sub-
sets
6.1A Simple Filter
Please use a 9-point Times Roman font, or other Roman font with serifs, as close as
possible in appearance to Times Roman in which these guidelines have been set. The
goal is to have a 9-point text, as you see here. Please use sans-serif or non-
proportional fonts only for special purposes, such as distinguishing source code text.
If Times Roman is not available, try the font named Computer Modern Roman. On a
Macintosh, use the font named Times. Right margins should be justified, not ragged.
Suppose you want to run an analysis on only those cases in which the respondents
education level is greater than 6. To do this, you must filter out the rest of the data.
Go to DATA/ SELECT CASE When the dialog box opens, click on“If condition is
satisfied.”Click on the button “If.”
Data Handling For SPSS
http://www.iaeme.com/IJCET/index.asp 39 editor@iaeme.com
The white boxed area "2" in the upper right quadrant of the box is the space where
you will enter the criterion forselecting a Sub-set. Such a condition must have
variablenames. These can be moved from the box on the left (area "1"). Area "3" has
some functions that can be used for creating complex conditions. Area "4" has two
buttons you will use often in filtering: "&" and "|" (for "or"). As you read this section,
the purpose and role of each of these areas will become apparent.
Select the variable you wish to use in the filter expression (i.e. - the variable on
the basis of whose values you would like to create a Sub-set). In this example, the
variable is educatio. Click on the right arrow to move the variable over to the white
area on the top of the box.
Using the mouse, click on the greater than symbol (“>”) and then the digit 6. (Or
you can type in “>“ and “6” using the keyboard.) You will notice that SPSS
automatically inserts blank spaces before and after each of these, so if you choose to
type the condition you should do the same. Click on “Continue.”
You’ll see that the condition you specified (If educatio > 6) is in this dialog box.
Move to the bottom of the box that says “Unselected Cases Are” and choose
“Filtered.” Click on "OK."
Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar
http://www.iaeme.com/IJCET/index.asp 40 editor@iaeme.com
The filtered-out data have a diagonal line across the observation number. These
observations are not used by SPSS in any analysis you conduct with the filter on.
6.2What to do after obtaining the Sub-setB
Now that the data set is filtered, you can run any analysis (see chapters 3-10 for
discussions on different procedures). The analysis will use only the filtered cases
(those not crossed out).
6.3What to do after the sub-set is no longer needed
After you have performed some procedures, use "All Cases" to return to the original
data set. Go to DATA/ SELECT CASE Select “All cases” at the top. Click on “OK.”
Data Handling For SPSS
http://www.iaeme.com/IJCET/index.asp 41 editor@iaeme.com
6.4Complex filter: choosing a Sub-set of data based on criterion from more
than one Variable
Often you will want or need a combination filter that bases the filtering criterion
on more than one variable. This usually involves the use of "logical" operators. We
first list these operators.
LOGICAL COMMAND SYMBOL DESCRIPTION
Blank . For choosing missing values.
Greater than > Greater than
Greater than or equal
to
>= Greater than or equal to
Equal to = Equal to
Not equal to ~= Not equal to
Less than < Less than
Less than or equal to <= Less than or equal to
Or | This means “satisfies EITHER criteria.” Let's assume you
want to run analysis on all females and all public sector
employees. The condition would be (gender=1 | pub_sec=1).
And & This means “satisfies BOTH criteria.” For example, if you
want to isolate public sector (pub_sec=1) females (gender=1),
your condition would be pub_sec=1 & gender =1.
Example 1
Let's assume you want to select only those male employees (gender=0) who work in
the public sector (pub_sec = 1).Go to DATA/ SELECT CASE When the dialog box
opens, click on “If condition is satisfied.” Click on the button “If."
Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar
http://www.iaeme.com/IJCET/index.asp 42 editor@iaeme.com
You want to look at cases in which the respondent is a public sector employee
(pub_sec =1). Select pub_sec from the list of variables, then choose or click on the
buttons for “=” and then for “=1.” (Or type in “=” and “1” from the keyboard.)
Use the “&” sign and then type the second condition to specify that both
conditions must be met - in the filtered data, every respondent must be a male
(gender=0) and must be working in the public sector. Click on “Continue.
Click on “OK.”
Now any analysis you conduct will use only those cases in which the respondents
meet the filter criterion, i.e. - male public sector employees. (See section 1.7.b.) Note:
Data Handling For SPSS
http://www.iaeme.com/IJCET/index.asp 43 editor@iaeme.com
After completing the required analysis, remove the filter by going back to DATA/
SELECT CASE and choosing the topmost option "All Cases.” (See section 1.7.c).
Example 2: Adult Females Only
Now let us assume that you want to select cases where the respondent is a female
(gender=1) and her wage is above twenty (wage > 20). To do so, choose DATA /
SELECT CASES, and “If Condition is Satisfied.” (See section 1.7.a for details on the
process involved.) In the large white window, you want to specify female (gender =1)
and wages above twenty (wage>20). Select gender = 1 & wage > 20.
Now you can conduct analysis on "Adult Females only." (See sections 1.7.b and
1.7.c.)
Example 3: Lowest or Highest Levels of Education
Let's assume you want to choose the lowest or highest levels of education (education
< 6 or education > 13). Under the DATA menu, choose SELECT CASES and “If
Condition is
Satisfied” (See section1.7.a for details on the process involved). In the large white
window, you must specify your conditions. Remember that the operator for “or” is “|”
which is the symbol that results from pressing the keyboard combination “SHIFT”
and "." Type in “educ < 6 | educ > 13” in the large white window.
Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar
http://www.iaeme.com/IJCET/index.asp 44 editor@iaeme.com
Now you can conduct analysis on "Respondents with Low or High Education
only." (See sections 1.7.b and 1.7.c.)
7 .REPLACING MISSING VALUE
In most data sets, missing values are a problem. For several procedures, if the value of
even one of the variables is missing in an observation, then the procedure will skip
that observation/case altogether! If you have some idea about the patterns and trends
in your data, then you can replace missing values with extrapolations from the other
non-missing values in the proximity of the missing value. Such extrapolations make
more sense for, and are therefore used with, time series data. If you can arrange the
data in an appropriate order (using DATA/ SORT) and have some sources to back
your attempts to replace missing values, you can even replace missing values in cross-
sectional data sets - but only if you are certain.
Let's assume work_ex has several missing values that you would like to fill in. The
variable age has no missing values. Because age and work_ex can be expected to have
similar trends (older people have more work experience), you can arrange the data file
by age (using DATA /SORT and choosing age as the sorting variable - see section
1.5) and then replacing the missing values of work_ex by neighboring values of itself.
Go to TRANSFORM/ REPLACE MISSING VALUES.
Select the variable work_ex and move it into the box "New Variable(s).”
Data Handling For SPSS
http://www.iaeme.com/IJCET/index.asp 45 editor@iaeme.com
Click on the downward arrow next to the list box “Method.”
Select the method for replacing missing values. We have chosen “Median of
nearby points.” (Another good method is "Linear interpolation," while "Series mean"
is usually unacceptable).
We do not want to change the original variable work_ex, so we will allow SPSS to
provide a name for a new variable work_e_124.
The criterion for "nearby" must be given. Go to the area in the bottom of the
screen, "Span of nearby points," and choose a number (we have chosen 4). The
median of the 4 nearest points will replace any missing value of work_ex.
Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar
http://www.iaeme.com/IJCET/index.asp 46 editor@iaeme.com
Click on “Change.” The box “New Variable(s) now contains the correct information.
Click on “OK.”
REFERENCES
[1] Discovering Statistics using IBM SPSS Statistics. Fourth Edition
[2] Performing Data Analysis Using IBM SPSS by Lawrence S. Meyers, Glenn C.
Gamst, A. J. Guarino
[3] Thesis. UMI Order Number: UMI Order No. GAX95-09398., University of
Washington.
[4] Forman, G. 2003. An extensive empirical study of feature selection metrics for
text classification. J. Mach. Learn. Res. 3 (Mar. 2003), 1289-1305.
[5] Brown, L. D., Hua, H., and Gao, C. 2003. A widget framework for augmented
interaction in SCAPE.
[6] Y.T. Yu, M.F. Lau, A comparison of MC/DC, MUMCUT and several other
coverage criteria for logical decisions, Journal of Systems and Software, 2005,
in press.
[7] Spector, A. Z. 1989. Achieving application requirements. In Distributed
Systems, S. Mullender.
[8] Malpani Radhika S and Dr.Sulochana Sonkamble. Data Handling For SPSS,
International Journal of Computer Engineering and Technology, 6(7), 2015, pp.
27–34.
[9] R. Manickam, D. Boominath, V. Bhuvaneswari, An Analysis of Data Mining:
Past, Present and Future, International Journal of Computer Engineering and
Technology, 3(1), 2012, pp. 01–09.
[10] Manish Kumar Yadav. Comparison For Surface Roughness Between Duplex
Turning with Single Tool Turning with Help of SPSS Software, International
Journal of Mechanical Engineering and Technology, 5(4), 2014, pp. 147–152.

More Related Content

What's hot

Graphical Representation of Data
Graphical Representation of DataGraphical Representation of Data
Graphical Representation of Dataforgetfulmailer
 
Quantitative analysis
Quantitative analysisQuantitative analysis
Quantitative analysisRajesh Mishra
 
Presentation of Data
Presentation of DataPresentation of Data
Presentation of DataUmair Anwar
 
Data Analysis, Presentation and Interpretation of Data
Data Analysis, Presentation and Interpretation of DataData Analysis, Presentation and Interpretation of Data
Data Analysis, Presentation and Interpretation of DataRoqui Malijan
 
Inferential statistics
Inferential statisticsInferential statistics
Inferential statisticsAshok Kulkarni
 
Introduction to statistics
Introduction to statisticsIntroduction to statistics
Introduction to statisticsScholarsPoint1
 
Introduction to data analysis using excel
Introduction to data analysis using excelIntroduction to data analysis using excel
Introduction to data analysis using excelAhmed Essam
 
Basics of statistics
Basics of statisticsBasics of statistics
Basics of statisticsdonthuraj
 
What is Statistics
What is StatisticsWhat is Statistics
What is Statisticssidra-098
 
Data Analysis with SPSS PPT.pdf
Data Analysis with SPSS PPT.pdfData Analysis with SPSS PPT.pdf
Data Analysis with SPSS PPT.pdfThanavathi C
 
Data presentation/ How to present Research outcome data
Data presentation/ How to present Research outcome dataData presentation/ How to present Research outcome data
Data presentation/ How to present Research outcome dataDr-Jitendra Patel
 
Exploratory Data Analysis week 4
Exploratory Data Analysis week 4Exploratory Data Analysis week 4
Exploratory Data Analysis week 4Manzur Ashraf
 
PRESENTATION OF DATA.pptx
PRESENTATION OF DATA.pptxPRESENTATION OF DATA.pptx
PRESENTATION OF DATA.pptxLadeneDenila
 
Graphical Representation of data
Graphical Representation of dataGraphical Representation of data
Graphical Representation of dataJijo K Mathew
 
PRESENTATION OF STATISTICAL DATA
PRESENTATION OF STATISTICAL DATAPRESENTATION OF STATISTICAL DATA
PRESENTATION OF STATISTICAL DATAkeerthi samuel
 
Exploratory Data Analysis
Exploratory Data AnalysisExploratory Data Analysis
Exploratory Data AnalysisUmair Shafique
 

What's hot (20)

Basic concepts of statistics
Basic concepts of statistics Basic concepts of statistics
Basic concepts of statistics
 
Graphical Representation of Data
Graphical Representation of DataGraphical Representation of Data
Graphical Representation of Data
 
Quantitative analysis
Quantitative analysisQuantitative analysis
Quantitative analysis
 
Presentation of Data
Presentation of DataPresentation of Data
Presentation of Data
 
Data Analysis, Presentation and Interpretation of Data
Data Analysis, Presentation and Interpretation of DataData Analysis, Presentation and Interpretation of Data
Data Analysis, Presentation and Interpretation of Data
 
Inferential statistics
Inferential statisticsInferential statistics
Inferential statistics
 
Introduction to statistics
Introduction to statisticsIntroduction to statistics
Introduction to statistics
 
Introduction to data analysis using excel
Introduction to data analysis using excelIntroduction to data analysis using excel
Introduction to data analysis using excel
 
Data
DataData
Data
 
Basics of statistics
Basics of statisticsBasics of statistics
Basics of statistics
 
What is Statistics
What is StatisticsWhat is Statistics
What is Statistics
 
Data Analysis with SPSS PPT.pdf
Data Analysis with SPSS PPT.pdfData Analysis with SPSS PPT.pdf
Data Analysis with SPSS PPT.pdf
 
Data and its Types
Data and its TypesData and its Types
Data and its Types
 
Data presentation/ How to present Research outcome data
Data presentation/ How to present Research outcome dataData presentation/ How to present Research outcome data
Data presentation/ How to present Research outcome data
 
Exploratory Data Analysis week 4
Exploratory Data Analysis week 4Exploratory Data Analysis week 4
Exploratory Data Analysis week 4
 
PRESENTATION OF DATA.pptx
PRESENTATION OF DATA.pptxPRESENTATION OF DATA.pptx
PRESENTATION OF DATA.pptx
 
Organizing data
Organizing dataOrganizing data
Organizing data
 
Graphical Representation of data
Graphical Representation of dataGraphical Representation of data
Graphical Representation of data
 
PRESENTATION OF STATISTICAL DATA
PRESENTATION OF STATISTICAL DATAPRESENTATION OF STATISTICAL DATA
PRESENTATION OF STATISTICAL DATA
 
Exploratory Data Analysis
Exploratory Data AnalysisExploratory Data Analysis
Exploratory Data Analysis
 

Viewers also liked

Unmanned Surface Vessel (UROP)
Unmanned Surface Vessel (UROP)Unmanned Surface Vessel (UROP)
Unmanned Surface Vessel (UROP)Lakshan Peiris
 
THE VARIATION IN PHYSICAL PROPERTIES AFFECTS THE VERTICAL COMPRESSIVE STRENGT...
THE VARIATION IN PHYSICAL PROPERTIES AFFECTS THE VERTICAL COMPRESSIVE STRENGT...THE VARIATION IN PHYSICAL PROPERTIES AFFECTS THE VERTICAL COMPRESSIVE STRENGT...
THE VARIATION IN PHYSICAL PROPERTIES AFFECTS THE VERTICAL COMPRESSIVE STRENGT...IAEME Publication
 
Introduction To Spss - Opening Data File and Descriptive Analysis
Introduction To Spss - Opening Data File and Descriptive AnalysisIntroduction To Spss - Opening Data File and Descriptive Analysis
Introduction To Spss - Opening Data File and Descriptive AnalysisDr Ali Yusob Md Zain
 
UNMANNED SURFACE VEHICLE (USV) FOR COASTAL SURVEILLANCE
UNMANNED SURFACE VEHICLE (USV) FOR COASTAL SURVEILLANCEUNMANNED SURFACE VEHICLE (USV) FOR COASTAL SURVEILLANCE
UNMANNED SURFACE VEHICLE (USV) FOR COASTAL SURVEILLANCEIAEME Publication
 
Quadcopter Presentation
Quadcopter PresentationQuadcopter Presentation
Quadcopter PresentationJoe Loftus
 
Basic guide to SPSS
Basic guide to SPSSBasic guide to SPSS
Basic guide to SPSSpaul_gorman
 
Spss lecture notes
Spss lecture notesSpss lecture notes
Spss lecture notesDavid mbwiga
 
Ppt on Communication and Navigation at AIPORT AUTHORITY OF INDIA
Ppt on Communication and Navigation at AIPORT AUTHORITY OF INDIAPpt on Communication and Navigation at AIPORT AUTHORITY OF INDIA
Ppt on Communication and Navigation at AIPORT AUTHORITY OF INDIAAkshay Kumar
 
Autonomous Unmanned Vehicles
Autonomous Unmanned VehiclesAutonomous Unmanned Vehicles
Autonomous Unmanned VehiclesAnirudh Kannan
 
unmanned surface vechicle
unmanned surface vechicleunmanned surface vechicle
unmanned surface vechicle9845097705
 
Autonomous Underwater Vehicle (AUV)
Autonomous Underwater Vehicle (AUV)Autonomous Underwater Vehicle (AUV)
Autonomous Underwater Vehicle (AUV)Ahmed ElSheikh
 
The unmanned system in hydrographic applications (Z-Boat)
The unmanned system in hydrographic applications (Z-Boat)The unmanned system in hydrographic applications (Z-Boat)
The unmanned system in hydrographic applications (Z-Boat)Hydrographic Society Benelux
 

Viewers also liked (20)

SPSS
SPSSSPSS
SPSS
 
Unmanned Surface Vessel (UROP)
Unmanned Surface Vessel (UROP)Unmanned Surface Vessel (UROP)
Unmanned Surface Vessel (UROP)
 
THE VARIATION IN PHYSICAL PROPERTIES AFFECTS THE VERTICAL COMPRESSIVE STRENGT...
THE VARIATION IN PHYSICAL PROPERTIES AFFECTS THE VERTICAL COMPRESSIVE STRENGT...THE VARIATION IN PHYSICAL PROPERTIES AFFECTS THE VERTICAL COMPRESSIVE STRENGT...
THE VARIATION IN PHYSICAL PROPERTIES AFFECTS THE VERTICAL COMPRESSIVE STRENGT...
 
Introduction To Spss - Opening Data File and Descriptive Analysis
Introduction To Spss - Opening Data File and Descriptive AnalysisIntroduction To Spss - Opening Data File and Descriptive Analysis
Introduction To Spss - Opening Data File and Descriptive Analysis
 
UNMANNED SURFACE VEHICLE (USV) FOR COASTAL SURVEILLANCE
UNMANNED SURFACE VEHICLE (USV) FOR COASTAL SURVEILLANCEUNMANNED SURFACE VEHICLE (USV) FOR COASTAL SURVEILLANCE
UNMANNED SURFACE VEHICLE (USV) FOR COASTAL SURVEILLANCE
 
Quadcopter Presentation
Quadcopter PresentationQuadcopter Presentation
Quadcopter Presentation
 
Lecture 3 lungs & pleura
Lecture 3 lungs & pleuraLecture 3 lungs & pleura
Lecture 3 lungs & pleura
 
Diaphragm
DiaphragmDiaphragm
Diaphragm
 
Lecture 1 thoracic wall
Lecture 1 thoracic wall  Lecture 1 thoracic wall
Lecture 1 thoracic wall
 
Basic guide to SPSS
Basic guide to SPSSBasic guide to SPSS
Basic guide to SPSS
 
QUAD COPTERS FULL PPT
QUAD COPTERS FULL PPTQUAD COPTERS FULL PPT
QUAD COPTERS FULL PPT
 
Introduction to spss
Introduction to spssIntroduction to spss
Introduction to spss
 
Spss lecture notes
Spss lecture notesSpss lecture notes
Spss lecture notes
 
Data analysis using spss
Data analysis using spssData analysis using spss
Data analysis using spss
 
Ppt on Communication and Navigation at AIPORT AUTHORITY OF INDIA
Ppt on Communication and Navigation at AIPORT AUTHORITY OF INDIAPpt on Communication and Navigation at AIPORT AUTHORITY OF INDIA
Ppt on Communication and Navigation at AIPORT AUTHORITY OF INDIA
 
Spss
SpssSpss
Spss
 
Autonomous Unmanned Vehicles
Autonomous Unmanned VehiclesAutonomous Unmanned Vehicles
Autonomous Unmanned Vehicles
 
unmanned surface vechicle
unmanned surface vechicleunmanned surface vechicle
unmanned surface vechicle
 
Autonomous Underwater Vehicle (AUV)
Autonomous Underwater Vehicle (AUV)Autonomous Underwater Vehicle (AUV)
Autonomous Underwater Vehicle (AUV)
 
The unmanned system in hydrographic applications (Z-Boat)
The unmanned system in hydrographic applications (Z-Boat)The unmanned system in hydrographic applications (Z-Boat)
The unmanned system in hydrographic applications (Z-Boat)
 

Similar to DATA HANDLING FOR SPSS

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 SPSSMelba Shaya Sweety
 
Spss course session-II
Spss course session-IISpss course session-II
Spss course session-IIaltleo
 
Spss course session-II
Spss course session-IISpss course session-II
Spss course session-IIaltleo
 
Spss by vijay ambast
Spss by vijay ambastSpss by vijay ambast
Spss by vijay ambastVijay Ambast
 
Day1, session ii&amp;iii- spss
Day1, session ii&amp;iii- spssDay1, session ii&amp;iii- spss
Day1, session ii&amp;iii- spssabir hossain
 
Spss intro for engineering
Spss intro for engineeringSpss intro for engineering
Spss intro for engineeringMahendra Poudel
 
Beginners SPSS.ppt
Beginners SPSS.pptBeginners SPSS.ppt
Beginners SPSS.pptsayahuwaina
 
SPSS PRESENTATION.PPT.pptx
SPSS PRESENTATION.PPT.pptxSPSS PRESENTATION.PPT.pptx
SPSS PRESENTATION.PPT.pptxBMmugal
 
introduction to spss
introduction to spssintroduction to spss
introduction to spssOmid Minooee
 
SPSS :Introduction for beginners
SPSS :Introduction for beginners SPSS :Introduction for beginners
SPSS :Introduction for beginners PRAKASAM C P
 
spss-anintroduction-150704135929-lva1-app6892.ppt
spss-anintroduction-150704135929-lva1-app6892.pptspss-anintroduction-150704135929-lva1-app6892.ppt
spss-anintroduction-150704135929-lva1-app6892.pptFlorArquillano3
 
Software packages for statistical analysis - SPSS
Software packages for statistical analysis - SPSSSoftware packages for statistical analysis - SPSS
Software packages for statistical analysis - SPSSANAND BALAJI
 
An introduction to spss
An introduction to spssAn introduction to spss
An introduction to spsszeeshanwrch
 

Similar to DATA HANDLING FOR SPSS (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
 
Spss course session-II
Spss course session-IISpss course session-II
Spss course session-II
 
Spss course session-II
Spss course session-IISpss course session-II
Spss course session-II
 
SPSS GUIDE
SPSS GUIDESPSS GUIDE
SPSS GUIDE
 
Spss by vijay ambast
Spss by vijay ambastSpss by vijay ambast
Spss by vijay ambast
 
Day1, session ii&amp;iii- spss
Day1, session ii&amp;iii- spssDay1, session ii&amp;iii- spss
Day1, session ii&amp;iii- spss
 
Spss intro for engineering
Spss intro for engineeringSpss intro for engineering
Spss intro for engineering
 
SPSS software
SPSS software SPSS software
SPSS software
 
Spss guidelines
Spss guidelinesSpss guidelines
Spss guidelines
 
Beginners SPSS.ppt
Beginners SPSS.pptBeginners SPSS.ppt
Beginners SPSS.ppt
 
Introduction To SPSS
Introduction To SPSSIntroduction To SPSS
Introduction To SPSS
 
SPSS PRESENTATION.PPT.pptx
SPSS PRESENTATION.PPT.pptxSPSS PRESENTATION.PPT.pptx
SPSS PRESENTATION.PPT.pptx
 
(Manual spss)
(Manual spss)(Manual spss)
(Manual spss)
 
Digital tools
Digital toolsDigital tools
Digital tools
 
introduction to spss
introduction to spssintroduction to spss
introduction to spss
 
SPSS :Introduction for beginners
SPSS :Introduction for beginners SPSS :Introduction for beginners
SPSS :Introduction for beginners
 
spss-anintroduction-150704135929-lva1-app6892.ppt
spss-anintroduction-150704135929-lva1-app6892.pptspss-anintroduction-150704135929-lva1-app6892.ppt
spss-anintroduction-150704135929-lva1-app6892.ppt
 
Software packages for statistical analysis - SPSS
Software packages for statistical analysis - SPSSSoftware packages for statistical analysis - SPSS
Software packages for statistical analysis - SPSS
 
Spss basics tutorial
Spss basics tutorialSpss basics tutorial
Spss basics tutorial
 
An introduction to spss
An introduction to spssAn introduction to spss
An introduction to spss
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

DATA HANDLING FOR SPSS

  • 1. http://www.iaeme.com/IJCET/index.asp 17 editor@iaeme.com International Journal of Computer Engineering & Technology (IJCET) Volume 7, Issue 3, May-June 2016, pp. 17–46, Article ID: IJCET_07_03_003 Available online at http://www.iaeme.com/IJCET/issues.asp?JType=IJCET&VType=7&IType=3 Journal Impact Factor (2016): 9.3590 (Calculated by GISI) www.jifactor.com ISSN Print: 0976-6367 and ISSN Online: 0976–6375 © IAEME Publication DATA HANDLING FOR SPSS Nanasaheb Mahadev Halgare Research Scholar Kalinga University, Naya Raipur, Raipur, CG Dr.A.B.Bagwan M.E.Phd (CSE) Head Department CSE Rajarshi Shahu college of Engineering Tathawade, Pune, MS Prof.D.V.Biradar Head Dept. Information Technology M.S. Bidve Engineering College, Latur, MS ABSTRACT Before conducting any statistical analysis one must have the data in tractable form for reliable and organized analysis. Whatever procedure used to do this is termed as “Data Handelling” and if we are working with SPSS then it is termed as “Data Mining”. Data mining is analysis step of knowledge Discovery in database or Data mining is an interdisciplinary subfield of computer engineering..Data Mining helps discovering of pattern in large datasets. The main moto of Data Mining is to extract information from a dataset and transform it into an knowledge that will helpful for further use. Beside from raw step analysis. In this paper Data Handling, is proposed for SPSS. General Terms: Data Handling /Data Mining et. al. Key words: Datasets, Missing Value, New Variable Cite this Article: Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar. Data Handling For SPSS, International Journal of Computer Engineering and Technology, 7(3), 2016, pp. 17–46. http://www.iaeme.com/IJCET/issues.asp?JType=IJCET&VType=7&IType=3 READING THE DATASET Data can be obtained from several formats  SPSS file.  spreadsheet-Exel lotus  Database-dbase, paradox
  • 2. Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar http://www.iaeme.com/IJCET/index.asp 18 editor@iaeme.com  Files from othe statistical programs Reading SPSS data In SPSS, go to FILE/OPEN. Click on the button “Files of Type.” Select the option “SPSS (*.sav).” Click on "Open.” Reading data from spreadsheet format-Excel, lotus 1-2-3 While in Excel, in the first row, type the names of the variables. Each variable name must include no more than eight characters with no spaces4. While in Excel, note (on a piece of paper) the range that you want to use5. Next, click on the downward arrow in the last line of the dialog box (“Save as type” –see picture on right) and choose the option “Microsoft Excel 4 Worksheet.” Click on “Save." In SPSS, go to FILE/OPEN. Click on the button “Files of Type.” Select the option “Excel (*.xls).” Select the file, then click on “Open.” SPSS will request the range of the data in Excel and whether to read the variable names. Select to read the variable names and enter the range. Click on "OK.” The data
  • 3. Data Handling For SPSS http://www.iaeme.com/IJCET/index.asp 19 editor@iaeme.com within the defined range will be read. Save the opened file as a SPSS file by going tothe menu option FILE/ SAVE AS and saving with the extension ".sav." A similar procedure applies for other spreadsheet formats. Lotus files have the extensions "wk." Reading data from simple database format-Dbase, Paradox Click on the button “Files of Type.” Select the option “dBase (*.dbf).” Press "Open.” The data will be read. Save the data as a SPSS file. Similar procedures apply to opening datain Paradox, .dif, and .slk formats. Reading data from other statistical program (SAS,STATA etc) A data file from SAS, STATA, TSP, E-Views, or other statistical programs cannot be opened directly in SPSS. Rather, while still in the statistical program that contains your data, you must save the file in a format that SPSS can read. Usually these formats are Excel 4.0 (.xls) or Dbase 3 (.dbf). Then follow the instructions given earlier (sections 1.1.b and 1.1.c) for reading data from spreadsheet/database formats DEFINING THE ATTRIBUTE OF VARIABLE All After you have opened the data source, you should assign characteristics to your variables6. These attributes must be clearly defined at the outset before conducting any graphical or statistical procedure:  Variable Type  Missing Value  Coloumn Format  Variable Label  Value Lebal for categorical and dummy variables  Persuing the attribute variable  The File Information Utility
  • 4. Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar http://www.iaeme.com/IJCET/index.asp 20 editor@iaeme.com Variable Type Choose the Type of data that the variable should be stored as. The most common choice is “numeric,” which means the variable has a numeric value. The other common choice is “string,” which means the variable is in text format. Below is a table showing the data types: TYPE EXAMPLE Numeric 1110.05 Comma 22,000.005 Scientific 2 * e3 Dollar $1,000.12 String MSBIDVE SPSS usually picks up the format automatically. As a result, you typically need not worry about setting or changing the data type. However, you may wish to change the data type if: 1. Too many or too few decimal points are displayed. 2. The number is too large. If the number is 12323786592, for example, it is difficult to immediately determine its size. Instead, if the data type were made “comma,” then the number would read as “12,323,786,592.” If the data type was made scientific, then the number would read as “12.32*E9,” which can be quickly read as 12 billion. ("E3" is thousands, "E6" is millions, "E9" is billions.) 3. Currency formats are to be displayed. 4. Error messages about variable types are produced when you request that SPSS conduct a procedure7. Such a message indicates that the variable may be incorrectly defined. Example 1: Numeric data type To change the data "Type," click on the relevant variable. Go to DATA/ DEFINE VARIABLE. The dialog box shown in the picture on the right will open. In the area “Variable Description,” you will see the currently defined data type: “Numeric 11.2” (11 digit wide numeric variable with 2 decimal points). You want to change this. To do so, click on the button labeled “Type.” The choices are listed in the dialog box. You can see the current specification: a "Width" of 11 with 2 "Decimal Places."
  • 5. Data Handling For SPSS http://www.iaeme.com/IJCET/index.asp 21 editor@iaeme.com In the “Width” box, specify how many digits of the variable to display and in the “Decimal Places” box specify the number of decimal places to be displayed. The variable is of maximum width 68, so type 6 into the box “Width.” Since it is an ID, the number does not have decimal points. You will therefore want to type 0 into the box “Decimal Places.” Click on “Continue.” Click on “OK.” The data type of the variable will be changed from “width 11 with 2 decimal places” to “width 6 with no decimal places.” Example 2: Setting the data type for a dummy variable Gender can take on only two values, 0 or 1, and has no post-decimal values. Therefore, a width above 2 is excessive. Hence, we will make the width 2 and decimal places equal to zero. Click on the title of the variable gender in the data editor. Go to DATA/ DEFINE VARIABLE. Click on the button “Type.”
  • 6. Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar http://www.iaeme.com/IJCET/index.asp 22 editor@iaeme.com Change width to 2 and decimal places to 0 by typing into the boxes “Width” and “Decimal Places” respectively9. Click on “Continue.” Click on “OK.” Example 3: Currency type format We now show an example of the dollar format. Click on the variable wage. Go to DATA/DEFINE VARIABLE. Click on the button "Type.”
  • 7. Data Handling For SPSS http://www.iaeme.com/IJCET/index.asp 23 editor@iaeme.com Wage has been given a default data type "numeric, width of 9 and 2 decimal places.” This data type is not wrong but we would like to be more precise. Select the data type "Dollar.” Enter the appropriate width and number of decimal places in the boxes "Width" and "Decimal Places.” Click on" Continue.” Click on "OK.” Now, the variable will be displayed (onscreen and in output) with a dollar sign preceding it.
  • 8. Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar http://www.iaeme.com/IJCET/index.asp 24 editor@iaeme.com Missing Value It is often the case that agencies that compile and provide data sets assign values like “99” when the response for that observation did not meet the criterion for being considered a valid response. For example, the variable work_ex may have been assigned these codes for invalid responses:  97 for “No Response”  98 for “Not Applicable”  99 for “Illegible Answer” To define the missing values, click on the variable work_ex. Go to DATA/ DEFINE VARIABLE. In the area “Variable Description,” you can see that no value is defined in the line “Missing Values.” Click on the button “Missing Values.” The following dialog box will open. Here, you have to enter the values that are to be considered missing.
  • 9. Data Handling For SPSS http://www.iaeme.com/IJCET/index.asp 25 editor@iaeme.com Click on “Discrete Missing Values.” Enter the three numbers 97, 98, and 99 as shown. Another way to define the same missing values: choose the option "Range of Missing Values.” Enter the range 97 (for "Low") and 99 (for "High") as shown. Now, any numbers between (and including) 97 and 99 will be considered as missing when SPSS uses the variable in a procedure.
  • 10. Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar http://www.iaeme.com/IJCET/index.asp 26 editor@iaeme.com Yet another way of entering the same information: choose "Range plus one discrete missing value.” Enter the low to high range and the discrete value as shown. After entering the values to be excluded using any of the three options above, click on the button "Continue.” Click on "OK.” In the area “Variable Description,” you can see that the value range “97-99” is defined in the line “Missing Values.”
  • 11. Data Handling For SPSS http://www.iaeme.com/IJCET/index.asp 27 editor@iaeme.com Coloumn Format This option allows you to choose the width of the column as displayed on screen and to choose how the text is aligned in the column (left, center, or right aligned). For example, for the dummy variables gender and pub_sec, the column width can be much smaller than the default, which is usually 8. Click on the data column pub_sec. Go to DATA/DEFINE VARIABLE. Click on the button “Column Format”. Click in the box “Column Width.” Erase the number 8. Type in the new column width “3." Click on “Continue.”
  • 12. Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar http://www.iaeme.com/IJCET/index.asp 28 editor@iaeme.com Click on “OK.” Remember: the change to column format has only a cosmetic effect. It has no effect on any calculations or procedures conducted that use the variable Variable Label This feature allows you to type a description of the variable, other than the variable name, that will appear in the output. The usefulness of the label lies in the fact that it can be a long phrase, unlike the variable name, which can be only eight letters long. For example, for the variable fam_id, you can define a label “Family Identification Number.” SPSS displays the label (and not the variable name) in output charts and tables. Using a variable label will therefore improve the lucidity of the output. Note: In order to make SPSS display the labels in output tables and charts, go to EDIT / OPTIONS. Click on the tab OUTPUT/NAVIGATOR LABELS. Choose the option "Label" for both "Variables" and "Values." This must be done only once for one computer. Click on the variable fam_id. Go to DATA/DEFINE VARIABLE. In the area “Variable Description,” you can see that no label is defined in the line “Variable Label.” To define the label, click on the button “Labels.”
  • 13. Data Handling For SPSS http://www.iaeme.com/IJCET/index.asp 29 editor@iaeme.com In the box “Variable Label,” enter the label “Family Identification Number.” Click on “Continue.” Click on “OK.” In the area “Variable Description,” you can see that the label “Family Identification Number” is defined in the line “Variable Label.” Value Labels for Categorical and Dummy Variables Few values, such as 0, 1, 2, 3, and 4) then you should define "value labels" for each of the possible values. You can make SPSS show the labels instead of the numeric values in output. For example, for the variable pub_sec, if you define the value 0 with the label “Private Sector Employee” and the value 1 with the label “Public Sector Employee,” then reading the output will be easier. Seeing a frequency table with these intuitive text labels instead of the numeric values 0 or 1 makes it easier to interpret and looks more professional than a frequency table thatmerely displays the numeric values We show an example for one variable - pub_sec. The variable has two possible values: 0 (if the respondent is a private sector employee) or 1 (if the respondent is a public sectoremployee). We want to use text labels to replace the values 0 and 1 in any output tables featuring this variable. Click on the data column pub_sec. Go to DATA/DEFINE VARIABLE. Click on the button “Labels.”
  • 14. Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar http://www.iaeme.com/IJCET/index.asp 30 editor@iaeme.com Now, you must enter the Value Labels. Go to the box “Value.” Enter the number 0. Then enter its label “Private Sector Employee” into the box “Value Labels.” Click on the "Add" button. The boxes “Value” and “Value Label” will empty out and the label for the value 0 will be displayed in the large text box on the bottom. Repeat the above for the value 1, then click on the "Continue" button.
  • 15. Data Handling For SPSS http://www.iaeme.com/IJCET/index.asp 31 editor@iaeme.com Click on “OK.” Perusing the Attributes of Variables Go to UTILITY/ VARIABLES. When you click on a variable’s name in the left portion of the dialog box that comes up (shown below), the right box provides information on the attributes of that variable. Locating a column (variable) in a data set with a large number of variables Sometimes you may wish to access the column that holds the data for a series. However, because of the large number of columns, it takes a great deal of time to scroll to the correct variable. (Why would you want to access a column? Maybe to see the data visually or to define the attributes of the variable using procedures shown in section 1.2). Luckily, there is an easier way to access a particular column. To do so, go to UTILITY / VARIABLES. When you click on a variable’s name in the left portion of the dialog box that comes up (see picture on the right), and then press the button “Go To,” you will be taken tothat variable’s column.
  • 16. Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar http://www.iaeme.com/IJCET/index.asp 32 editor@iaeme.com The File Information Utility In section 1.2, you learned how to define the attributes of a variable. You may want to print out a report that provides information on these attributes. To do so, go to UTILITY / FILE INFORMATION. The following information is provided. WAGE WAGE 1 Print Format: F9.2 Write Format: F9.2 WORK_EX 11 WORK EXPERIENCE 12 2 13 Print Format 14 : F9 Write Format: F9 Missing Values 15 : 97 thru 99, -1 EDUC EDUCATION 3 Print Format: F9 Write Format: F9 FAM_ID FAMILY IDENTIFICATION NUMBER (UNIQUE FOR EACH FAMILY) 4 Print Format: F8 Write Format: F8 FAM_MEM FAMILY MEMBERSHIP NUMBER (IF MORE THAN ONE RESPONDENT FROM THE FAMILY) 5 Print Format: F8 Write Format: F8 GENDER 6 Print Format: F2 Write Format: F2 Value Label 16 0 MALE 1 FEMALE PUB_SEC 7 Print Format: F8 Write Format: F8 Value Label 0 PUBLIC SECTOR EMPLOYEE 1 PRIVATE SECTOR EMPLOYEE
  • 17. Data Handling For SPSS http://www.iaeme.com/IJCET/index.asp 33 editor@iaeme.com 3. WEIGHING CASES Statistical analysis is typically conducted on data obtained from “random” surveys. Sometimes, these surveys are not truly "random" in that they are not truly representative of the population. If you use the data as is, you will obtain biased (or less trustworthy) output from your analysis. The agency that conducted the survey will usually provide a "Weighting Variable" that is designed to correct the bias in the sample. By using this variable, you can transform the variables in the data set into “Weighted Variables.” The transformation is presumed to have lowered the bias, thereby rendering the sample more "random."17 Let's assume that the variable fam_mem is to be used as the weighing variable. Go to DATA/WEIGHT CASES. Click on “Weight Cases By.”Select the variable fam_id to use as the weight by moving it into the box “Frequency Variable.”Click on “OK.” You can turn weighting off at any time, even after the file has been saved in weighted form.To turn weighting off, go to DATA/WEIGHTCASES. Click on “Do Not Weight Cases.” Click on “OK.” 4. CREATING A SMALLER DATA SET BY AGGREGATING OVER VARIABLE Aggregating is useful when you wish to do a more macro level analysis than your data set permits. Let's assume that you are interested in doing analysis that compares across the mean characteristics of survey respondents with different education levels. You need each observation to be a unique education level. The household survey data set makes this cumbersome (as it has numerous observations on each education level).
  • 18. Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar http://www.iaeme.com/IJCET/index.asp 34 editor@iaeme.com A better way to do this may be to create a new data set, using DATA/ AGGREGATE, in which all the numeric variables are averaged for each education level. The new data set will have only 24 observations - one for each education level. This new data set will look like the picture on the right. There are only 24 observations, one for each education level. Education levels from 0 to 23 constitute a variable. For the variable age, the mean for a respective education level is the corresponding entry. To create this data set, go to DATA/ AGGREGATE. The white box on top ("Break Variable(s)" is where you place the variable that you wish to use as the criterion for aggregating the other variables over. The new data set will have unique values of this variable. The box “Aggregate Variable(s)” is where you place the variables whose aggregates you want in the new data set. Move the variables you want to aggregate into the box “Aggregate Variable(s).” Note that the default function “MEAN” is chosen for each variable.
  • 19. Data Handling For SPSS http://www.iaeme.com/IJCET/index.asp 35 editor@iaeme.com Move the variable whose values serve as the aggregation criterion (here it is educ) into the box “Break Variable(s).” The aggregate data set should be saved under a new name. To do so, choose “Create New Data File” and click on the "File" button. Select a location and name for the new file. Click on “Open.” A new data file is created. The variable educ takes on unique values. All the other variables are transformed values of the original variables .# work_e_1 is the mean work experience (in the original data set) for each education level. # wage_1 is the mean wage (in the original data set) for each education level. # pub_se_1 is the proportion of respondents who are public sector employees (in the original data set) for each education level. # age_1 is the mean age (in the original data set) for each education level. # gender_1 is the proportion of respondents who are female (in the original data set) for each education level.
  • 20. Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar http://www.iaeme.com/IJCET/index.asp 36 editor@iaeme.com Enter an appropriate label. Click on “Continue.” Click on “OK.” The new label for the variable reflects accurately the meaning of each value in the variable gender_1. Do the same for the other "proportion" variable, pub_se_1.
  • 21. Data Handling For SPSS http://www.iaeme.com/IJCET/index.asp 37 editor@iaeme.com The continuous variables are not the same as in the original data set. You should redefine the labels of each continuous variable. For example, wage_1, age_1, and work_e_1 should be labeled as “Means of Variable” (otherwise output will be difficult to interpret). Also, you may make the error of referring to the variable as "Wage" when, in reality, the new data set contains values of "Mean Wage." 5. SORTING Sorting defines the order in which data are arranged in the data file and displayed on your screen. When you sort by a variable, X, then you are arranging all observations in the file by the values of X, in either increasing or decreasing values of X. If X is text variable, then the order is alphabetical. If it is numerical, then the order is by magnitude of the value. Go to DATA/ SORT Click on the variables by which you wish to sort. Move these variables into the box “Sort by.” The order of selection is important - first the data file will be organized by gender. Then within each gender group, the data will be sorted by education. So, all males (gender=0) will be before any female (gender=1). Then, within the group of males,sorting will be done by education level. Let's assume you want to order education in reverse -highest to lowest. Click on educ in the box “Sort by” and then choose the option “Descending” in the area “Sort Order.” Click on “OK.”
  • 22. Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar http://www.iaeme.com/IJCET/index.asp 38 editor@iaeme.com Example of how the sorted data will look (ascending in gender, then descending in educ) gender educ wage Age work_ex 0 21 34 24 2 0 15 20 23 2 0 8 21 25 5 0 0 6 35 20 1 12 17 45 25 1 8 14 43 27 1 6 11 46 25 1 3 7 22 2 6. FILTERING OF DATA It will often be the case that you will want to select a Sub-set of the data according to certain criteria. For example, let's assume you want to run procedures on only those cases in which education level is over 6. In effect, you want to temporarily “hide” cases in which education level is 6 or lower, run your analysis, then have those cases back in your data set. Such data manipulation allows a more pointed analysis in which sections of the sample (and thereby of the population they represent) can be studied while disregarding the other sections of the sample. Similarly, you can study the statistical attributes of females only, adult females only, adult females with high school or greater education only, etc21. If your analysis, experience, research or knowledge indicates the need to study such sub-set separately, then use DATA/ SELECT CASE to create such sub- sets 6.1A Simple Filter Please use a 9-point Times Roman font, or other Roman font with serifs, as close as possible in appearance to Times Roman in which these guidelines have been set. The goal is to have a 9-point text, as you see here. Please use sans-serif or non- proportional fonts only for special purposes, such as distinguishing source code text. If Times Roman is not available, try the font named Computer Modern Roman. On a Macintosh, use the font named Times. Right margins should be justified, not ragged. Suppose you want to run an analysis on only those cases in which the respondents education level is greater than 6. To do this, you must filter out the rest of the data. Go to DATA/ SELECT CASE When the dialog box opens, click on“If condition is satisfied.”Click on the button “If.”
  • 23. Data Handling For SPSS http://www.iaeme.com/IJCET/index.asp 39 editor@iaeme.com The white boxed area "2" in the upper right quadrant of the box is the space where you will enter the criterion forselecting a Sub-set. Such a condition must have variablenames. These can be moved from the box on the left (area "1"). Area "3" has some functions that can be used for creating complex conditions. Area "4" has two buttons you will use often in filtering: "&" and "|" (for "or"). As you read this section, the purpose and role of each of these areas will become apparent. Select the variable you wish to use in the filter expression (i.e. - the variable on the basis of whose values you would like to create a Sub-set). In this example, the variable is educatio. Click on the right arrow to move the variable over to the white area on the top of the box. Using the mouse, click on the greater than symbol (“>”) and then the digit 6. (Or you can type in “>“ and “6” using the keyboard.) You will notice that SPSS automatically inserts blank spaces before and after each of these, so if you choose to type the condition you should do the same. Click on “Continue.” You’ll see that the condition you specified (If educatio > 6) is in this dialog box. Move to the bottom of the box that says “Unselected Cases Are” and choose “Filtered.” Click on "OK."
  • 24. Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar http://www.iaeme.com/IJCET/index.asp 40 editor@iaeme.com The filtered-out data have a diagonal line across the observation number. These observations are not used by SPSS in any analysis you conduct with the filter on. 6.2What to do after obtaining the Sub-setB Now that the data set is filtered, you can run any analysis (see chapters 3-10 for discussions on different procedures). The analysis will use only the filtered cases (those not crossed out). 6.3What to do after the sub-set is no longer needed After you have performed some procedures, use "All Cases" to return to the original data set. Go to DATA/ SELECT CASE Select “All cases” at the top. Click on “OK.”
  • 25. Data Handling For SPSS http://www.iaeme.com/IJCET/index.asp 41 editor@iaeme.com 6.4Complex filter: choosing a Sub-set of data based on criterion from more than one Variable Often you will want or need a combination filter that bases the filtering criterion on more than one variable. This usually involves the use of "logical" operators. We first list these operators. LOGICAL COMMAND SYMBOL DESCRIPTION Blank . For choosing missing values. Greater than > Greater than Greater than or equal to >= Greater than or equal to Equal to = Equal to Not equal to ~= Not equal to Less than < Less than Less than or equal to <= Less than or equal to Or | This means “satisfies EITHER criteria.” Let's assume you want to run analysis on all females and all public sector employees. The condition would be (gender=1 | pub_sec=1). And & This means “satisfies BOTH criteria.” For example, if you want to isolate public sector (pub_sec=1) females (gender=1), your condition would be pub_sec=1 & gender =1. Example 1 Let's assume you want to select only those male employees (gender=0) who work in the public sector (pub_sec = 1).Go to DATA/ SELECT CASE When the dialog box opens, click on “If condition is satisfied.” Click on the button “If."
  • 26. Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar http://www.iaeme.com/IJCET/index.asp 42 editor@iaeme.com You want to look at cases in which the respondent is a public sector employee (pub_sec =1). Select pub_sec from the list of variables, then choose or click on the buttons for “=” and then for “=1.” (Or type in “=” and “1” from the keyboard.) Use the “&” sign and then type the second condition to specify that both conditions must be met - in the filtered data, every respondent must be a male (gender=0) and must be working in the public sector. Click on “Continue. Click on “OK.” Now any analysis you conduct will use only those cases in which the respondents meet the filter criterion, i.e. - male public sector employees. (See section 1.7.b.) Note:
  • 27. Data Handling For SPSS http://www.iaeme.com/IJCET/index.asp 43 editor@iaeme.com After completing the required analysis, remove the filter by going back to DATA/ SELECT CASE and choosing the topmost option "All Cases.” (See section 1.7.c). Example 2: Adult Females Only Now let us assume that you want to select cases where the respondent is a female (gender=1) and her wage is above twenty (wage > 20). To do so, choose DATA / SELECT CASES, and “If Condition is Satisfied.” (See section 1.7.a for details on the process involved.) In the large white window, you want to specify female (gender =1) and wages above twenty (wage>20). Select gender = 1 & wage > 20. Now you can conduct analysis on "Adult Females only." (See sections 1.7.b and 1.7.c.) Example 3: Lowest or Highest Levels of Education Let's assume you want to choose the lowest or highest levels of education (education < 6 or education > 13). Under the DATA menu, choose SELECT CASES and “If Condition is Satisfied” (See section1.7.a for details on the process involved). In the large white window, you must specify your conditions. Remember that the operator for “or” is “|” which is the symbol that results from pressing the keyboard combination “SHIFT” and "." Type in “educ < 6 | educ > 13” in the large white window.
  • 28. Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar http://www.iaeme.com/IJCET/index.asp 44 editor@iaeme.com Now you can conduct analysis on "Respondents with Low or High Education only." (See sections 1.7.b and 1.7.c.) 7 .REPLACING MISSING VALUE In most data sets, missing values are a problem. For several procedures, if the value of even one of the variables is missing in an observation, then the procedure will skip that observation/case altogether! If you have some idea about the patterns and trends in your data, then you can replace missing values with extrapolations from the other non-missing values in the proximity of the missing value. Such extrapolations make more sense for, and are therefore used with, time series data. If you can arrange the data in an appropriate order (using DATA/ SORT) and have some sources to back your attempts to replace missing values, you can even replace missing values in cross- sectional data sets - but only if you are certain. Let's assume work_ex has several missing values that you would like to fill in. The variable age has no missing values. Because age and work_ex can be expected to have similar trends (older people have more work experience), you can arrange the data file by age (using DATA /SORT and choosing age as the sorting variable - see section 1.5) and then replacing the missing values of work_ex by neighboring values of itself. Go to TRANSFORM/ REPLACE MISSING VALUES. Select the variable work_ex and move it into the box "New Variable(s).”
  • 29. Data Handling For SPSS http://www.iaeme.com/IJCET/index.asp 45 editor@iaeme.com Click on the downward arrow next to the list box “Method.” Select the method for replacing missing values. We have chosen “Median of nearby points.” (Another good method is "Linear interpolation," while "Series mean" is usually unacceptable). We do not want to change the original variable work_ex, so we will allow SPSS to provide a name for a new variable work_e_124. The criterion for "nearby" must be given. Go to the area in the bottom of the screen, "Span of nearby points," and choose a number (we have chosen 4). The median of the 4 nearest points will replace any missing value of work_ex.
  • 30. Nanasaheb Mahadev Halgar, Dr. A. B. Bagwan and Prof. D.V. Biradar http://www.iaeme.com/IJCET/index.asp 46 editor@iaeme.com Click on “Change.” The box “New Variable(s) now contains the correct information. Click on “OK.” REFERENCES [1] Discovering Statistics using IBM SPSS Statistics. Fourth Edition [2] Performing Data Analysis Using IBM SPSS by Lawrence S. Meyers, Glenn C. Gamst, A. J. Guarino [3] Thesis. UMI Order Number: UMI Order No. GAX95-09398., University of Washington. [4] Forman, G. 2003. An extensive empirical study of feature selection metrics for text classification. J. Mach. Learn. Res. 3 (Mar. 2003), 1289-1305. [5] Brown, L. D., Hua, H., and Gao, C. 2003. A widget framework for augmented interaction in SCAPE. [6] Y.T. Yu, M.F. Lau, A comparison of MC/DC, MUMCUT and several other coverage criteria for logical decisions, Journal of Systems and Software, 2005, in press. [7] Spector, A. Z. 1989. Achieving application requirements. In Distributed Systems, S. Mullender. [8] Malpani Radhika S and Dr.Sulochana Sonkamble. Data Handling For SPSS, International Journal of Computer Engineering and Technology, 6(7), 2015, pp. 27–34. [9] R. Manickam, D. Boominath, V. Bhuvaneswari, An Analysis of Data Mining: Past, Present and Future, International Journal of Computer Engineering and Technology, 3(1), 2012, pp. 01–09. [10] Manish Kumar Yadav. Comparison For Surface Roughness Between Duplex Turning with Single Tool Turning with Help of SPSS Software, International Journal of Mechanical Engineering and Technology, 5(4), 2014, pp. 147–152.