Shalom
I have some problem with OMS output
I use 2 OMS command
DATASET DECLARE one_tuky .
OMS
/SELECT TABLES
/IF COMMANDS=['Oneway'] SUBTYPES='Homogeneous Subsets'
/DESTINATION FORMAT=SAV NUMBERED=TableNumber_
OUTFILE='one_tuky' .
* VIEWER=NO.
DATASET DECLARE ano1.
OMS
/SELECT TABLES
/IF COMMANDS=['Oneway'] SUBTYPES=['ANOVA']
/DESTINATION FORMAT=SAV NUMBERED=TableNumber_
OUTFILE='ano1'.
recode fstat(3=2).
recode relig1(4=1).
DEFINE one1(!POS !TOKENS(1) /!POS !TOKENS(1) /!POS !TOKENS(1))
ONEWAY var1 to var5 by !1 (!2,!3)
/STATISTICS DESCRIPTIVES
/MISSING ANALYSIS
/POSTHOC=TUKEY ALPHA(0.05).
!ENDDEFINE.
one1 fstat 1 4 .
one1 relig2 1 4 .
one1 iregion 1 5 .
OMSEND .
OMSEND .
the output for the anove table is
TableNumber_
1
1
1
2
.
.
4
4
the out put for the tuky table is
TableNumber_
1
2
3
4
5
.
.
143
that is in the anove table TableNumber_ change value for each by
variable (4 variables)
In the tuky table the TableNumber_ change for each anova combination (
40 variables * 4 by variables )
some of the tuky statistic was not preform because of missing
that make it very difficult to match the 2 tables
Is there a way to change that
Hillel Vardi
=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD