Fix lots of footnotes, 16 left.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 2 Nov 2014 19:44:26 +0000 (11:44 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 2 Nov 2014 19:44:26 +0000 (11:44 -0800)
dump.c
notes

diff --git a/dump.c b/dump.c
index 2ba8e8b3edebe60394a29b34ffc157a6b92c697b..2ba9827ba53f16a7cd7cb1740d1ffef1b5b6f24c 100644 (file)
--- a/dump.c
+++ b/dump.c
@@ -1291,7 +1291,17 @@ dump_title(void)
         {
           printf("footnote %d:\n", i);
           dump_value(0);
-          match_byte_assert(0x58);
+          if (match_byte (0x31))
+            {
+              match_byte_assert(3);
+              get_string();
+              match_byte_assert(0x58);
+              match_u32_assert(0);
+              get_string();
+              match_byte_assert(0);
+            }
+          else
+            match_byte_assert (0x58);
           printf("(%d)\n", get_u32());
         }
     }
diff --git a/notes b/notes
index 587d3d2d198509b9e9ee255e8f2ca992be5edb48..584631f4b0585227626b1a6a338c87fe1afbf24c 100644 (file)
--- a/notes
+++ b/notes
@@ -348,12 +348,18 @@ Footnotes
 
 germano/Crosstabs/00000000016_lightTableData.bin:
 
-i4
+    i4
+
+    03 "Not assuming the null hypothesis." 58 00 00 00 00 "Assuming the alternate hypothesis" 01 58 i11
+    03 "Using the asymptotic standard error assuming the null hypothesis." 58 00 00 00 00 "Using the asym std error ..." 01 58 i9
+    03 "Based on chi-square approximation" 58 00 00 00 00 "Based on chi-square approximation" 01 58 i2
+    03 "Likelihood ratio chi-square probability." 58 00 00 00 00 "Likelihood ratio chi-squ ..." 01 58 i3 
 
-03 "Not assuming the null hypothesis." 58 00 00 00 00 "Assuming the alternate hypothesis" 01 58 i11
-03 "Using the asymptotic standard error assuming the null hypothesis." 58 00 00 00 00 "Using the asym std error ..." 01 58 i9
-03 "Based on chi-square approximation" 58 00 00 00 00 "Based on chi-square approximation" 01 58 i2
-03 "Likelihood ratio chi-square probability." 58 00 00 00 00 "Likelihood ratio chi-squ ..." 01 58 i3 
+web/1ae63a04381624dac939ac62eca63fec/00000000054_lightTableData.bin:
+
+    i2
+    03 "Correlation is significant at the 0.05 level (2-tailed)." 58 00 00 00 00 "Correlation is significant at the 0.05 level (2-tailed)." 01 31 03 "*" 58 00 00 00 00 "*" 00 i2
+    03 "Correlation is significant at the 0.01 level (2-tailed)." 58 00 00 00 00 "Correlation is significant at the 0.01 level (2-tailed)." 01 31 03 "**" 58 00 00 00 00 "**" 00 i4
 
 Fonts
 -----