Correlation Analysis

You might also like

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

Crosstabs

Notes
Output Created 15-JUN-2024 20:22:50
Comments
Input Data C:\Users\sudav\Downloads\
ANOVA data.sav
Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data File 30
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=gender BY tos
/FORMAT=AVALUE TABLES
/STATISTICS=CC CORR
/CELLS=COUNT
/COUNT ROUND CELL.
Resources Processor Time 00:00:00.00
Elapsed Time 00:00:00.02
Dimensions Requested 2
Cells Available 524245

[DataSet1] C:\Users\sudav\Downloads\ANOVA data.sav

Case Processing Summary


Cases
Valid Missing Total
N Percent N Percent N Percent
gender * tos 30 100.0% 0 0.0% 30 100.0%

gender * tos Crosstabulation


Count
tos
Regular Irregular Total
gender Male 10 5 15
Female 5 10 15
Total 15 15 30

Symmetric Measures
Asymptotic Approximate
a b
Value Standard Error Approximate T Significance
Nominal by Nominal Contingency Coefficient .316 .068
Interval by Interval Pearson's R .333 .172 1.871 .072c
Ordinal by Ordinal Spearman Correlation .333 .172 1.871 .072c
N of Valid Cases 30
a. Not assuming the null hypothesis.
b. Using the asymptotic standard error assuming the null hypothesis.
c. Based on normal approximation.

CROSSTABS
/TABLES=gender BY bs
/FORMAT=AVALUE TABLES
/STATISTICS=ETA CORR
/CELLS=COUNT
/COUNT ROUND CELL.

Crosstabs
Notes
Output Created 15-JUN-2024 20:26:14
Comments
Input Data C:\Users\sudav\Downloads\
ANOVA data.sav
Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data File 30
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=gender BY bs
/FORMAT=AVALUE TABLES
/STATISTICS=ETA CORR
/CELLS=COUNT
/COUNT ROUND CELL.
Resources Processor Time 00:00:00.00
Elapsed Time 00:00:00.00
Dimensions Requested 2
Cells Available 524245

Case Processing Summary


Cases
Valid Missing Total
N Percent N Percent N Percent
gender * bs 30 100.0% 0 0.0% 30 100.0%

gender * bs Crosstabulation

Count

bs Total
68 70 71 72 74 75 76 77 78 79 80 81 82 83 85 86 87 89 91
gend Male 1 1 1 1 0 1 2 1 0 0 2 1 1 1 0 1 0 1 0 15
er
Female 0 1 0 0 3 0 0 2 1 1 1 0 1 1 1 0 1 1 1 15
Total 1 2 1 1 3 1 2 3 1 1 3 1 2 2 1 1 1 2 1 30

Directional Measures
Value
Nominal by Interval Eta gender Dependent .745
bs Dependent .190

Symmetric Measures
Asymptotic Approximate
a b
Value Standard Error Approximate T Significance
Interval by Interval Pearson's R .190 .172 1.024 .315c
Ordinal by Ordinal Spearman Correlation .166 .179 .890 .381c
N of Valid Cases 30
a. Not assuming the null hypothesis.
b. Using the asymptotic standard error assuming the null hypothesis.
c. Based on normal approximation.

CORRELATIONS
/VARIABLES=bs bp
/PRINT=TWOTAIL NOSIG
/STATISTICS DESCRIPTIVES
/MISSING=PAIRWISE.

Correlations

Notes
Output Created 15-JUN-2024 20:27:28
Comments
Input Data C:\Users\sudav\Downloads\
ANOVA data.sav
Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data File 30
Missing Value Handling Definition of Missing User-defined missing values are
treated as missing.
Cases Used Statistics for each pair of variables
are based on all the cases with
valid data for that pair.
Syntax CORRELATIONS
/VARIABLES=bs bp
/PRINT=TWOTAIL NOSIG
/STATISTICS DESCRIPTIVES
/MISSING=PAIRWISE.
Resources Processor Time 00:00:00.00
Elapsed Time 00:00:00.02

Descriptive Statistics
Mean Std. Deviation N
bs 78.87 6.067 30
bp 78.80 5.950 30

Correlations
bs bp
bs Pearson Correlation 1 .390*
Sig. (2-tailed) .033
N 30 30
*
bp Pearson Correlation .390 1
Sig. (2-tailed) .033
N 30 30
*. Correlation is significant at the 0.05 level (2-tailed).

You might also like