X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=notes;h=c0f2f81d96079321f5f1cf0af2a35dcd2b3fda6e;hb=245cfa40ee078a212b37afef1cdd052087e4f1b4;hp=3699abdbc8f7118c173abeaddabbcc6c97b57ede;hpb=b1e5fd4301a249e238e8f2d4e6bccd35f3ed1bed;p=pspp diff --git a/notes b/notes index 3699abdbc8..c0f2f81d96 100644 --- a/notes +++ b/notes @@ -73,6 +73,9 @@ germano has a similar pattern across the three separate output files: Sorting on bytes 33-35 then on 31-32 we get a sorted list of tables: +Byte 33 is always x0, for any digit x, across the corpus. + + blp@sigabrt:~/pspp/spv(0)$ for d in `find -name \*.bin |grep -v chart`; do { hd -s 0x1f -n 6 $d | head -1; printf "%-60s" "$d"; } | sed 'N; s/\n//;' ; echo; done|sort -k 4,4 -k 5,5 -k 2,2|cut -b 1-128 0000001f 01 00 20 73 bf 46 |.. s.F|./smekens/default/00000000011_lightNotesData.bin 0000001f 01 00 20 73 bf 46 |.. s.F|./smekens/modified/00000000011_lightNotesData.bin @@ -618,7 +621,7 @@ Dimensions format: dd ww ff 00, e.g. F40.1 is 01 28 05 00 01 - double (01 58 format double) -02 - instance of a numeric variable (02 58 format double "varname" "Variable Label") +02 - instance of a numeric variable (02 58 format double "varname" "vallab") 03 - just a string (03 "Short Name" 58 "identifier" "Long Name") 04 - instance of a string variable (04 58 format "vallab" "varname" 02 "value" 05 - variable (05 58 "varname" "Variable Label") @@ -2653,3 +2656,86 @@ i239 00 00 00 00 03 "n<5" 00 77 i1 00 00 00 03 "n<5" 58 00 00 00 00 "n<5" 00 + + +Substitutions +------------- + +The primary format specifier for substitution 1 is ^1. +Substitutions with multiple values take the form [:^1:]1. The : are mandatory even though not apparently useful. +Substitutions with two forms for multiple values are written as [%1:, ^1:]1. +Substitutions can take two values at a time, like: [:^1 = ^2:]1 +but more often there would be two forms: [%1 = %2:, ^1 = ^2:]1. + + +WM is constant when Age = 19.00. It will be included in any boxplots produced but other output will be omitted. + + + + + +Design: Intercept +Within Subjects Design: Looks+Charisma+Looks*Charisma + + + + +Dependent Variable: Num_Diagnostic +Model: (Intercept), functdent, Sex, nursebeds, BaseAge, offset = log_period_yr + + + +Error(Time) + + +