IBM SPSS Web Report - 010_V4_1_gender.spv

(Controls disabled by the system)

Separator Separator
A
   
Text
Analysis: The gender ratios showed a significant difference in the case of the three countries (chi-square test χ2(2, N = 2251) = 29.562, p = .000). In the Hungarian and Romanian/Transylvanian samples, the male-female ratio was 1/3 - 2/3. These ratios are almost identical (chi-square test χ2(1, N = 1651) = 3.936, p = .047).The Italian sample showed a ratio of 1/2 - 1/2.
Log
GET
  FILE='C:\0_munka\2022_11_04_KUT_jegyzet_heal-all_background\007_elemzes_leiro\2023_07_18_AB_N2320_cimkezes_eng.sav'.
DATASET NAME DataSet1 WINDOW=FRONT.
USE ALL.
COMPUTE filter_$=(~ (V4_6 = 2 AND COUNTRY ~= "HU") AND  ~ (V4_6 = 3 AND COUNTRY ~= "RO-ER") AND  ~
    (V4_6 = 4 AND COUNTRY ~= "IT")).
VARIABLE LABELS filter_$ '~ (V4_6 = 2 AND COUNTRY ~= "HU") AND  ~ (V4_6 = 3 AND COUNTRY ~= '+
    '"RO-ER") AND  ~ (V4_6 = 4 AND COUNTRY ~= "IT") (FILTER)'.
VALUE LABELS filter_$ 0 'Not Selected' 1 'Selected'.
FORMATS filter_$ (f1.0).
FILTER BY filter_$.
EXECUTE.
CROSSTABS
  /TABLES=V4_6 BY V4_1
  /FORMAT=AVALUE TABLES
  /STATISTICS=CHISQ
  /CELLS=COUNT COLUMN
  /COUNT ROUND CELL.
Crosstabs
Case Processing SummaryCase Processing Summary, table, 3 levels of column headers and 1 levels of row headers, table with 7 columns and 5 rows
  Cases
Valid Missing Total
N Percent N Percent N Percent
V4_6 Your place of residence: Country * V4_1 Gender 2251 99,7% 6 0,3% 2257 100,0%
Crosstabs
V4_6 Your place of residence: Country * V4_1 Gender CrosstabulationV4_6 Your place of residence: Country * V4_1 Gender Crosstabulation, table, 2 levels of column headers and 3 levels of row headers, table with 6 columns and 11 rows
  V4_1 Gender Total
1 male 2 female
V4_6 Your place of residence: Country 2 Hungary Count 188 380 568
% within V4_1 Gender 21,1% 27,9% 25,2%
3 Romania Count 412 671 1083
% within V4_1 Gender 46,3% 49,3% 48,1%
4 Italy Count 289 311 600
% within V4_1 Gender 32,5% 22,8% 26,7%
Total Count 889 1362 2251
% within V4_1 Gender 100,0% 100,0% 100,0%
Log
CROSSTABS
  /TABLES=V4_1 BY V4_6
  /FORMAT=AVALUE TABLES
  /STATISTICS=CHISQ
  /CELLS=COUNT COLUMN
  /COUNT ROUND CELL
  /BARCHART.
Crosstabs HU - RO/TR - IT
V4_1 Gender * V4_6 Your place of residence: Country CrosstabulationV4_1 Gender * V4_6 Your place of residence: Country Crosstabulation, table, 2 levels of column headers and 3 levels of row headers, table with 7 columns and 9 rows
  V4_6 Your place of residence: Country Total
2 Hungary 3 Romania 4 Italy
V4_1 Gender 1 male Count 188 412 289 889
% within V4_6 Your place of residence: Country 33,1% 38,0% 48,2% 39,5%
2 female Count 380 671 311 1362
% within V4_6 Your place of residence: Country 66,9% 62,0% 51,8% 60,5%
Total Count 568 1083 600 2251
% within V4_6 Your place of residence: Country 100,0% 100,0% 100,0% 100,0%
Crosstabs HU - RO/TR - IT
Chi-Square TestsChi-Square Tests, table, 1 levels of column headers and 1 levels of row headers, table with 4 columns and 7 rows
  Value df Asymp. Sig. (2-sided)
Pearson Chi-Square 29,562a 2 ,000
Likelihood Ratio 29,413 2 ,000
Linear-by-Linear Association 27,973 1 ,000
N of Valid Cases 2251    
a. 0 cells (,0%) have expected count less than 5. The minimum expected count is 224,32.
Crosstabs HU - RO/TR - IT
Gender: Italy
Count: 311
Your place of residence: Country: Italy Gender: Italy
Count: 311
Your place of residence: Country: Italy Gender: Italy
Count: 289
Your place of residence: Country: Italy Gender: Italy
Count: 289
Your place of residence: Country: Italy Gender: Romania
Count: 671
Your place of residence: Country: Romania Gender: Romania
Count: 671
Your place of residence: Country: Romania Gender: Romania
Count: 412
Your place of residence: Country: Romania Gender: Romania
Count: 412
Your place of residence: Country: Romania Gender: Hungary
Count: 380
Your place of residence: Country: Hungary Gender: Hungary
Count: 380
Your place of residence: Country: Hungary Gender: Hungary
Count: 188
Your place of residence: Country: Hungary Gender: Hungary
Count: 188
Your place of residence: Country: Hungary 0 200 400 600 600 400 200 0 male female female male
Crosstabs HU - RO/TR - IT
GRAPH
  /BAR(SIMPLE)=PCT BY V4_1
  /PANEL COLVAR=V4_6 COLOP=CROSS.
Crosstabs HU - RO/TR - IT
Gender: female
Percent: 13,816% Gender: female
Percent: 13,816% Gender: male
Percent: 12,839% Gender: male
Percent: 12,839% Gender: female
Percent: 29,809% Gender: female
Percent: 29,809% Gender: male
Percent: 18,303% Gender: male
Percent: 18,303% Gender: female
Percent: 16,881% Gender: female
Percent: 16,881% Gender: male
Percent: 8,3518% Gender: male
Percent: 8,3518% Hungary Romania - TR Italy male female female male male female female male ,0% 10,0% 20,0% 30,0% 30,0% 20,0% 10,0% ,0% male female female male
Log
USE ALL.
COMPUTE filter_$=(~ (V4_6 = 2 AND COUNTRY ~= "HU") AND  ~ (V4_6 = 3 AND COUNTRY ~= "RO-ER") AND  ~
    (V4_6 = 4 AND COUNTRY ~= "IT")AND V4_6  ~=  4).
VARIABLE LABELS filter_$ '~ (V4_6 = 2 AND COUNTRY ~= "HU") AND  ~ (V4_6 = 3 AND COUNTRY ~= '+
    '"RO-ER") AND  ~ (V4_6 = 4 AND COUNTRY ~= "IT")AND V4_6  ~=  4 (FILTER)'.
VALUE LABELS filter_$ 0 'Not Selected' 1 'Selected'.
FORMATS filter_$ (f1.0).
FILTER BY filter_$.
EXECUTE.
FREQUENCIES VARIABLES=V4_6
  /ORDER=ANALYSIS.
Frequencies
NotesNotes, table, 0 levels of column headers and 2 levels of row headers, table with 3 columns and 14 rows
Output Created 01-AUG-2023 18:19:50
Comments  
Input Data C:\0_munka\2022_11_04_KUT_jegyzet_heal-all_background\007_elemzes_leiro\2023_07_18_AB_N2320_cimkezes_eng.sav
Active Dataset DataSet1
Filter filter_$ ~ (V4_6 = 2 AND COUNTRY ~= "HU") AND ~ (V4_6 = 3 AND COUNTRY ~= "RO-ER") AND ~ (V4_6 = 4 AND COUNTRY ~= "IT")AND V4_6 ~= 4 (FILTER)
Weight <none>
Split File <none>
N of Rows in Working Data File 1657
Missing Value Handling Definition of Missing User-defined missing values are treated as missing.
Cases Used Statistics are based on all cases with valid data.
Syntax FREQUENCIES VARIABLES=V4_6
/ORDER=ANALYSIS.
Resources Processor Time 00:00:00,02
Elapsed Time 00:00:00,02
Frequencies
StatisticsStatistics, table, V4_6 Your place of residence: Country, 1 layers, 0 levels of column headers and 2 levels of row headers, table with 3 columns and 4 rows
V4_6 Your place of residence: Country V4_6 Your place of residence: Country
N Valid 1657
Missing 0
Frequencies
V4_6 Your place of residence: CountryV4_6 Your place of residence: Country, table, 1 levels of column headers and 2 levels of row headers, table with 6 columns and 5 rows
  Frequency Percent Valid Percent Cumulative Percent
Valid 2 Hungary 574 34,6 34,6 34,6
3 Romania - TR 1083 65,4 65,4 100,0
Total 1657 100,0 100,0  
Log
CROSSTABS
  /TABLES=V4_1 BY V4_6
  /FORMAT=AVALUE TABLES
  /STATISTICS=CHISQ
  /CELLS=COUNT
  /COUNT ROUND CELL.
Crosstabs - HU and RO/TR
NotesNotes, table, 0 levels of column headers and 2 levels of row headers, table with 3 columns and 16 rows
Output Created 01-AUG-2023 18:20:15
Comments  
Input Data C:\0_munka\2022_11_04_KUT_jegyzet_heal-all_background\007_elemzes_leiro\2023_07_18_AB_N2320_cimkezes_eng.sav
Active Dataset DataSet1
Filter filter_$ ~ (V4_6 = 2 AND COUNTRY ~= "HU") AND ~ (V4_6 = 3 AND COUNTRY ~= "RO-ER") AND ~ (V4_6 = 4 AND COUNTRY ~= "IT")AND V4_6 ~= 4 (FILTER)
Weight <none>
Split File <none>
N of Rows in Working Data File 1657
Missing Value Handling Definition of Missing User-defined missing values are treated as missing.
Cases Used Statistics for each table are based on all the cases with valid data in the specified range(s) for all variables in each table.
Syntax CROSSTABS
/TABLES=V4_1 BY V4_6
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ
/CELLS=COUNT
/COUNT ROUND CELL.
Resources Processor Time 00:00:00,06
Elapsed Time 00:00:00,08
Dimensions Requested 2
Cells Available 349496
Crosstabs - HU and RO/TR
Case Processing SummaryCase Processing Summary, table, 3 levels of column headers and 1 levels of row headers, table with 7 columns and 5 rows
  Cases
Valid Missing Total
N Percent N Percent N Percent
V4_1 Gender * V4_6 Your place of residence: Country 1651 99,6% 6 0,4% 1657 100,0%
Crosstabs - HU and RO/TR
V4_1 Gender * V4_6 Your place of residence: Country CrosstabulationV4_1 Gender * V4_6 Your place of residence: Country Crosstabulation, table, Count, 1 layers, 2 levels of column headers and 2 levels of row headers, table with 5 columns and 7 rows
Count Count
  V4_6 Your place of residence: Country Total
2 Hungary 3 Romania - TR
V4_1 Gender 1 male 188 412 600
2 female 380 671 1051
Total 568 1083 1651
Crosstabs - HU and RO/TR
Chi-Square TestsChi-Square Tests, table, 1 levels of column headers and 1 levels of row headers, table with 6 columns and 10 rows
  Value df Asymp. Sig. (2-sided) Exact Sig. (2-sided) Exact Sig. (1-sided)
Pearson Chi-Square 3,936a 1 ,047    
Continuity Correctionb 3,726 1 ,054    
Likelihood Ratio 3,963 1 ,046    
Fisher's Exact Test       ,052 ,027
Linear-by-Linear Association 3,934 1 ,047    
N of Valid Cases 1651        
a. 0 cells (,0%) have expected count less than 5. The minimum expected count is 206,42.
b. Computed only for a 2x2 table
IBM SPSS Web Report
X