0% found this document useful (0 votes)
107 views2 pages

Anova

The document describes running a one-way ANOVA analysis in SPSS to compare mean values across groups. It obtains summary statistics including sums of squares, mean squares, and F values. It also outputs measures of effect size such as eta-squared.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
107 views2 pages

Anova

The document describes running a one-way ANOVA analysis in SPSS to compare mean values across groups. It obtains summary statistics including sums of squares, mean squares, and F values. It also outputs measures of effect size such as eta-squared.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 2

GET DATA

/TYPE=XLSX
/FILE='C:\Users\Robert Angel Castro\Desktop\MAED Files\MEAN_CBAR.xlsx'
/SHEET=name 'Sheet1'
/CELLRANGE=FULL
/READNAMES=ON
/DATATYPEMIN PERCENTAGE=95.0
/HIDDEN IGNORE=YES.
EXECUTE.
DATASET NAME DataSet1 WINDOW=FRONT.
ONEWAY MEAN BY MEAN_A
/POLYNOMIAL=1
/ES=OVERALL
/MISSING ANALYSIS
/CRITERIA=CILEVEL(0.95).

Oneway

Notes
Output Created 17-MAY-2024 11:09:51
Comments
Input Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data 19
File
Missing Value Handling Definition of Missing User-defined missing values
are treated as missing.
Cases Used Statistics for each analysis
are based on cases with no
missing data for any variable
in the analysis.
Syntax ONEWAY MEAN BY
MEAN_A
/POLYNOMIAL=1
/ES=OVERALL
/MISSING ANALYSIS
/CRITERIA=CILEVEL(0.95).
Resources Processor Time 00:00:00.00
Elapsed Time 00:00:00.02
[DataSet1]

ANOVA
MEAN
Sum of Squares df Mean Square F
Between Groups (Combined) 3.259 13 .251 7.374
Linear Term Weighted 2.196 1 2.196 64.588
Deviation 1.063 12 .089 2.607
Within Groups .170 5 .034
Total 3.429 18

ANOVA
MEAN
Sig.
Between Groups (Combined) .019
Linear Term Weighted .000
Deviation .149
Within Groups
Total

ANOVA Effect Sizesa,b


95% Confidence Interval
Point Estimate Lower Upper
MEAN Eta-squared .950 .086 .927
Epsilon-squared .822 -2.290 .738
Omega-squared Fixed-effect .813 -1.936 .728
Omega-squared Random- .251 -.053 .171
effect

a. Eta-squared and Epsilon-squared are estimated based on the fixed-effect model.


b. Negative but less biased estimates are retained, not rounded to zero.

You might also like