Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Subject Code: CUTM1183

Subject Name: QUANTITATIVE TECHNIQUES

Submitted to
Dr. BIBHUNANDINI DAS

Submitted By
Name: Swaraj Kishan Bhuyan
Reg No: 210402100008

CENTURION UNIVERSITY OF TECHNOLOGY AND


MANAGEMENT

At-Ramachandrapur, Po-Jatani, Bhubaneswar, Dist- Khordha,Odisha,


Pin- 752050
1. Calculate descriptive statistics of the variable MPCE and Expenditure (interpret the
result).

Descriptive Statistics

N Minimum Maximum Mean Std. Deviation

MPCE 4493522 125.00 96200.00 969.1561 1982.88371

Recode inp_exp19 4493522 .00 905255.00 8439.3315 22412.40618


Valid N (listwise) 4493522

INTERPRETATION-

The average of monthly per capita income is Rs.969.1561 & recorded expenditure is
Rs.8439.3315.
Standard deviation measures the dispersion among data set. The variation is Rs.1982.88371
of MPCE & Rs.22412.40618.
The min. monthly per capita expenditure of consumer is Rs.125 & max. is Rs.96200.
The min. recoded expenditure is Rs.0 & max. recoded expenditure is Rs.905255.00.

2. (a) Convert the variable MPCE and Expenditure into categories (Minimum 4
categories)

RECODE MPCE (1 thru 1000=1) (1001 thru 2000=2) (2001 thru 3000=3) (3001
thru 4000=4) (4001 thru 5000=5) (5001 thru 6000=6) (ELSE=7) INTO mpcegroup.
VARIABLE LABELS mpcegroup 'MPCEGROUP'.
EXECUTE.
RECODE Expenditure (1 thru 20000=1) (20001 thru 40000=2) (40001 thru
60000=3) (60001 thru 80000=4) (80001 thru 100000=5) (100000 thru 300000=6)
(ELSE=7) INTO expgrp.
VARIABLE LABELS expgrp 'EXPGROUP'.
EXECUTE.
CROSSTABS
/TABLES=mpcegroup expgrp BY S_M_L
/FORMAT=AVALUE TABLES
/CELLS=ROW
/COUNT ROUND CELL.

(b) Make the cross tab of both the variable with the variable S_M_L
Case Processing Summary

Cases

Valid Missing Total

N Percent N Percent N Percent

MPCEGROUP * S_M_L 4493523 100.0% 0 0.0% 4493521.515 100.0%


EXPGROUP * S_M_L 4493522 a
100.0% 0 0.0% 4493521.515 100.0%

a. Number of valid cases is different from the total count in the crosstabulation table because the cell counts have been
rounded.

MPCEGROUP * S_M_L Crosstabulation


% within MPCEGROUP

S_M_L Total

1.00 2.00 3.00

1.00 97.0% 3.0% 100.0%

2.00 92.1% 7.9% 0.0% 100.0%

3.00 76.7% 21.5% 1.8% 100.0%

MPCEGROUP 4.00 96.7% 3.3% 100.0%

5.00 85.4% 14.6% 100.0%

6.00 62.9% 37.1% 100.0%

7.00 91.8% 8.2% 100.0%


Total 95.1% 4.8% 0.0% 100.0%

EXPGROUP * S_M_L Crosstabulation


% within EXPGROUP

S_M_L Total

1.00 2.00 3.00

1.00 97.7% 2.3% 100.0%

2.00 83.5% 16.5% 100.0%

3.00 51.8% 48.2% 100.0%

EXPGROUP 4.00 1.2% 98.0% 0.7% 100.0%

5.00 100.0% 100.0%

6.00 100.0% 100.0%

7.00 98.5% 0.8% 0.7% 100.0%


Total 95.1% 4.8% 0.0% 100.0%

You might also like