Worksheet 4
Worksheet 4
Task to be done-
a) Steps of the practical- Take the data and analyze them using Analyze option
1. First of all, in the data view tab, click on analyse, then choose descriptive
statistics and then open Crosstabs.
2. Now, choose the Variables that you want to analyze and enter them in the
rows and columns boxes.
3. Click on Exact and then select Asymptotic only.
4. Click on Statistics and select Chi-Square.
5. Select the tests under the nominal and ordinal heading. (If both the
variables have nominal data then you can select all or any test under Nominal
and same conditions apply to ordinal into ordinal variables that we can choose
any test under the ordinal head. In case one variable is ordinal and one is
nominal, then select Phi and Cramer’s V only.) For our tests we will work on
Phi and Cramer’s V.
6. Click on continue.
7. Click on cells and select observed and expected, row and total or column
and total.
8. Click on continue and then Format, select ascending and descending
depending on choice.
9. Click on continue
10. Click OK.
11. The output screen will appear
a) Output (Write in brief) -
Our Output
Since in our output, we have expected count values less than 5 in case of all the tables, i.e.,
gender and help required table, gender and frequency table, SBI Account and visiting week table,
age and ID related table and type of transaction and type of bank account table, thus the
assumption will not be qualified.
STEP 3:
STEP 4:
STEP 5:
STEP 6:
STEP 7: The output will appear
CROSSTABS
/TABLES=gender BY sbiacc
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ PHI
Crosstabs
Notes
Comments
Filter <none>
Weight <none>
Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Syntax CROSSTABS
/TABLES=gender BY sbiacc
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ PHI
Dimensions Requested 2
Cases
NO
FEMALE Count 0 2
MALE Count 0 3
Total Count 2 5
YES Total
FEMALE Count 8 10
% within gender of the 80.0% 100.0%
customer
MALE Count 10 13
Total Count 18 25
Chi-Square Tests
N of Valid Cases 25
N of Valid Cases 25
CROSSTABS
/TABLES=acctype BY tran_typ
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ PHI
Crosstabs
Notes
Comments
Weight <none>
Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Syntax CROSSTABS
/TABLES=acctype BY tran_typ
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ PHI
Dimensions Requested 2
[DataSet1] C:\Users\VK\Desktop\Untitled1.sav
Case Processing Summary
Cases
transaction type
CURRENT Count 0 1 1
LOAN Count 0 0 1
OTHER Count 0 0 1
% within type of account .0% .0% 100.0%
PPF Count 0 0 1
SAVING Count 0 1 8
Total Count 2 5 12
transaction type
withdrawal Total
CURRENT Count 0 2
LOAN Count 0 1
OTHER Count 0 1
PPF Count 0 1
SAVING Count 4 13
Total Count 6 25
N of Valid Cases 25
Symmetric Measures
N of Valid Cases 25
CROSSTABS
/TABLES=visit BY per_visi
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ PHI
Crosstabs
Notes
Comments
Filter <none>
Weight <none>
Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Syntax CROSSTABS
/TABLES=visit BY per_visi
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ PHI
Dimensions Requested 2
[DataSet1] C:\Users\VK\Desktop\Untitled1.sav
Cases
Total Count 2 14 4
Total Count 3 2 25
N of Valid Cases 25
Symmetric Measures
N of Valid Cases 25
LEARNING OUTCOMES