fix some more
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 1 Nov 2014 05:42:56 +0000 (22:42 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 1 Nov 2014 05:42:56 +0000 (22:42 -0700)
dump.c
notes

diff --git a/dump.c b/dump.c
index 0716a739d075dc2fe45aa1dba3210105f3f040a4..c51db00154403bda8c5bbfbe8278ff2009d811d5 100644 (file)
--- a/dump.c
+++ b/dump.c
@@ -237,8 +237,8 @@ dump_value(int level)
       vallab = get_string ();
       printf ("value %g format %d(%d.%d) var \"%s\" vallab \"%s\"",
               value, format >> 16, (format >> 8) & 0xff, format & 0xff, var, vallab);
-      if (!match_u32 (3))
-        match_u32_assert (2);
+      if (!match_u32 (1) && !match_u32(2))
+        match_u32_assert (3);
       match_byte (0);
       match_byte (0);
       match_byte (0);
diff --git a/notes b/notes
index f127db5e39a5d89ae5425d8c2b2820453c041ad7..bb232e584337e08e3434bfd09c5723f2d34cd07a 100644 (file)
--- a/notes
+++ b/notes
@@ -1078,6 +1078,57 @@ web/a57e5529f1f2d4b25f5b9ad78f91864e/00000000034_lightTableData.bin (Between-Sub
        03 "N" 58 "n" "N" i1 i2 i1 00 00 00 00 00 00 00 00
 
 
+web/67e54cc8a549f4a66331c0401ff4a775/00000000079_lightTableData.bin (Tests of Within-Subjects Contrasts):
+
+This one is just puzzling.
+
+    i4
+
+    03 "Word_Type" 58 00 00 00 00 "Word_Type" 00 00 02 i2 00 00 i1 00 i1
+       03 "Linear" 58 "linear" "Linear" i1 i2 00 00 00 00 00 00 00 00
+
+    03 "Measure" 58 "measure_3" "Measure" 01 00 00 i2 00 00 01 i1 i1 00
+       58 "MEASURE_^1" i1 00 00 00 00
+           01 58 F40.0(1) 00 00 00 i2 00 00 00 00 00 00 00 00
+
+    03 "Source" 58 "source_of_variation" "Source" 01 00 00 i2 00 00 01 i2 i5 00
+       58 "[%1: * ^1:]1" i1 i1 00 00 00 00
+           03 "Word_Type" 58 00 00 00 00 "Word_Type" 00 00 00 00 i2 00 00 00 00 00 00 00 00 00
+       58 "[%1: * ^1:]1 *[: ^1:]2" i2 i1 00 00 00 00
+           03 "Word_Type" 58 00 00 00 00 "Word_Type" 00 i1 00 00 00 00
+           05 58 "Word_Color" 00 00 00 00 i1 i2 i1 00 00 00 00 00
+       58 "[%1: * ^1:]1 *[: ^1:]2" i2 i1 00 00 00 00
+           03 "Word_Type" 58 00 00 00 00 "Word_Type" 00 i1 00 00 00 00
+           05 58 "Order" 00 00 00 00 i1 i2 i2 00 00 00 00 00
+       58 "[%1: * ^1:]1 *[: ^1:]2" i2 i1 00 00 00 00
+           03 "Word_Type" 58 "" "Word_Type" 00 i3 00 00 00 00
+           05 58 "Word_Color" 00 00 00 00 i1 00
+       03 " * " 58 00 00 00 00 " * " 00 00 00 00 00
+       05 58 "Order" 00 00 00 00 i1 i2 i3 00 00 00 00 00 58 "Error([%1:*^1:]1)" i1 i1 00 00 00 00
+           03 "Word_Type" 58 00 00 00 00 "Word_Type" 00 00 00 00 i2 i4 00 00 00 00
+
+    03 "Statistics" 58 "statistics_10" "Statistics" 01 00 01 i2 01 00 01 i3 i6
+       03 "Type III Sum of Squares" 58 "type_iii_sum_of_squares" "Type III Sum of Squares" i1 i2 00 00 00 00 00 00 00 00
+       03 "df" 58 "df" "df" i1 i2 i1 00 00 00 00
+       03 "Mean Square" 58 "mean_square" "Mean Square" i1 i2 i2 00 00 00 00
+       03 "F" 58 "f_value" "F" i1 i2 i3 00 00 00 00
+       03 "Sig." 58 "significance_level" "Sig." i1 i2 i4 00 00 00 00
+       03 "Partial Eta Squared" 58 "estimates_of_effect_size" "Partial Eta Squared" i1 i2 i5 i0
+
+web/7a17f5600db5be64b985ac37b1346aa8/00000000072_lightTableData.bin (Between-Subjects Factors):
+
+    i2
+
+    03 "Factor Levels" 58 "factor_levels" "Factor Levels" 01 00 00 i2 01 00 i1 00 i1
+       05 58 "HouseholdIncome" "HouseholdIncome" 02 00 00 01 i2 ff ff ff ff i4
+           02 58 F40.2(1.00) "HouseholdIncome" "< 45,000" i1 i2 00 00 00 00 00 00 00 00
+           02 58 F40.2(2.00) "HouseholdIncome" "45,001 - 80,000" i1 i2 i1 00 00 00 00
+           02 58 F40.2(3.00) "HouseholdIncome" "80,001 - 120,000" i1 i2 i2 00 00 00 00
+           02 58 F40.2(4.00) "HouseholdIncome" "120,001+" i1 i2 i3 00 00 00 00
+
+    ...
+
+
 Data: tdump21 (germano/Crosstabs.pdf)
 -------------