X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=notes;h=56cd437c7594d7ec114ce38dfe9f96b2d111223b;hb=a44813e69593b8c3a8c1ee08c0f08a18a52af256;hp=d70d0bce0289550cb40cbceb5c2169c04a3dcfc3;hpb=0db46acfe1f980fcfa9a250da17015dd1aec5022;p=pspp diff --git a/notes b/notes index d70d0bce02..56cd437c75 100644 --- a/notes +++ b/notes @@ -621,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") @@ -2662,11 +2662,22 @@ 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 multiple values take the form [:^1:]1, where ]1 +references substitution 1 and ^1 refers to the first value within the +substitution. The : are mandatory even though not apparently useful. + +There can be extra text, e.g. [:^1\n:]1. + Substitutions with two forms for multiple values are written as [%1:, ^1:]1. + +The general form appears to be [a:b:]x. Apparently, % is used in a and +^ is used in b, but there's no obvious reason why. + 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. - +A literal : is written \: +Presumably a literal ^ is written \^ but there are no examples. WM is constant when Age = 19.00. It will be included in any boxplots produced but other output will be omitted. + + + + Dependent Variable: Num_Diagnostic Model: (Intercept), functdent, Sex, nursebeds, BaseAge, offset = log_period_yr