Hello,
I ran the following code and the resulting output didn't include the F-statistic. The unequal n and the similarity in the means could be problematic. Any advice is appreciated if this is the likely problem or it is some other issue.
If the output is too garbled and there is a better way to present it, let me know.
Regards
Bob
oneway offencenum why_03, tabulate
| Summary of offencenum
Why | Mean Std. Dev. Freq.
------------+------------------------------------
closed | 3 0 11
new | 3.4056604 0 106
open | 3 0 20
------------+------------------------------------
Total | 3.3138686 .17035961 137
Analysis of Variance
Source SS df MS F Prob > F
------------------------------------------------------------------------
Between groups 3.94704612 2 1.97352306
Within groups 0 134 0
------------------------------------------------------------------------
Total 3.94704612 136 .029022398
.
I ran the following code and the resulting output didn't include the F-statistic. The unequal n and the similarity in the means could be problematic. Any advice is appreciated if this is the likely problem or it is some other issue.
If the output is too garbled and there is a better way to present it, let me know.
Regards
Bob
oneway offencenum why_03, tabulate
| Summary of offencenum
Why | Mean Std. Dev. Freq.
------------+------------------------------------
closed | 3 0 11
new | 3.4056604 0 106
open | 3 0 20
------------+------------------------------------
Total | 3.3138686 .17035961 137
Analysis of Variance
Source SS df MS F Prob > F
------------------------------------------------------------------------
Between groups 3.94704612 2 1.97352306
Within groups 0 134 0
------------------------------------------------------------------------
Total 3.94704612 136 .029022398
.
Comment