From 0db46acfe1f980fcfa9a250da17015dd1aec5022 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 10 Nov 2014 22:18:53 -0800 Subject: [PATCH] notes: Add notes on substitutions. --- notes | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/notes b/notes index e6288401dd..d70d0bce02 100644 --- a/notes +++ b/notes @@ -2656,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) + + + -- 2.30.2