pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/doc/variables.texi


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/doc/variables.texi
Date: Wed, 13 Apr 2005 06:10:02 -0400

Index: pspp/doc/variables.texi
diff -u pspp/doc/variables.texi:1.3 pspp/doc/variables.texi:1.4
--- pspp/doc/variables.texi:1.3 Fri Mar 11 18:39:25 2005
+++ pspp/doc/variables.texi     Wed Apr 13 10:09:59 2005
@@ -18,6 +18,9 @@
 * VALUE LABELS::                Set value labels for variables.
 * STRING::                      Create new string variables.
 * VARIABLE LABELS::             Set variable labels for variables.
+* VARIABLE ALIGNMENT::          Set the alignment for display.
+* VARIABLE WIDTH::              Set the display width.
+* VARIABLE LEVEL::              Set the measurement level.
 * VECTOR::                      Declare an array of variables.
 * WRITE FORMATS::               Set variable write formats.
 @end menu
@@ -335,24 +338,91 @@
 
 Created variables are initialized to spaces.
 
address@hidden VARIABLE LABELS, VECTOR, STRING, Variable Attributes
+
address@hidden VARIABLE LABELS, VARIABLE ALIGNMENT, STRING, Variable Attributes
 @section VARIABLE LABELS
 @vindex VARIABLE LABELS
 
 @display
 VARIABLE LABELS
-        /var_list 'var_label'.
+        var_list 'var_label' 
+        [ /var_list 'var_label']
+        .
+        .
+        .
+        [ /var_list 'var_label']
 @end display
 
 @cmd{VARIABLE LABELS} associates explanatory names
 with variables.  This name, called a @dfn{variable label}, is displayed by
 statistical procedures.
 
-To assign a variable label to a group of variables, specify a slash
-(@samp{/}), followed by the list of variable names and the variable
-label as a string.
+To assign a variable label to a group of variables, specify a 
+list of variable names and the variable label as a string.
+To assign different labels to different variables in the same command, 
+preceed the subsequent variable list with a slash (@samp{/}).
+
+
address@hidden VARIABLE ALIGNMENT, VARIABLE WIDTH, VARIABLE LABELS, Variable 
Attributes
address@hidden  node-name,  next,  previous,  u
address@hidden VARIABLE ALIGNMENT
address@hidden VARIABLE ALIGNMENT
+
address@hidden
+VARIABLE ALIGNMENT
+        var_list ( LEFT | RIGHT | CENTER )
+        [ /var_list ( LEFT | RIGHT | CENTER ) ]
+        .
+        .
+        .
+        [ /var_list ( LEFT | RIGHT | CENTER ) ]
address@hidden display
+
address@hidden ALIGNMENT} sets the alignment of variables for display editing 
+purposes.   This only has effect for third party software.  It does not affect 
+the display of variables in the PSPP output.
+
+
 
address@hidden VECTOR, WRITE FORMATS, VARIABLE LABELS, Variable Attributes
+
address@hidden VARIABLE WIDTH, VARIABLE LEVEL, VARIABLE ALIGNMENT, Variable 
Attributes
address@hidden  node-name,  next,  previous,  up
address@hidden VARIABLE WIDTH
address@hidden VARIABLE WIDTH
address@hidden
+VARIABLE WIDTH
+        var_list (width)
+        [ /var_list (width) ] 
+        .
+        .
+        .
+        [ /var_list (width) ] 
address@hidden display
+
address@hidden WIDTH} sets the column width of variables for display editing
+purposes.   This only affects third party software.  It does not affect 
+the display of variables in the PSPP output.
+
+
address@hidden VARIABLE LEVEL, VECTOR, VARIABLE WIDTH, Variable Attributes
address@hidden  node-name,  next,  previous,  up
address@hidden VARIABLE LEVEL
address@hidden VARIABLE LEVEL
address@hidden
+VARIABLE LEVEL
+        var_list ( SCALE | NOMINAL | ORDINAL )
+        [ /var_list ( SCALE | NOMINAL | ORDINAL ) ]
+        .
+        .
+        .
+        [ /var_list ( SCALE | NOMINAL | ORDINAL ) ]
address@hidden display
+
address@hidden LEVEL} sets the measurement level of  variables.
+Currently, this has no effect except for certain third party software.
+
+
address@hidden VECTOR, WRITE FORMATS, VARIABLE LEVEL, Variable Attributes
 @section VECTOR
 @vindex VECTOR
 
@@ -373,7 +443,7 @@
 more vector names followed by a count in parentheses.  This will cause
 variables named @address@hidden through @address@hidden@var{count}}
 to be created as numeric variables with print and write format F8.2.
-Variable names including numeric suffixes may not exceed 8 characters
+Variable names including numeric suffixes may not exceed 64 characters
 in length, and none of the variables may exist prior to @cmd{VECTOR}.
 
 All the variables in a vector must be the same type.
@@ -386,6 +456,9 @@
 Variables within a vector may be referenced in expressions using
 @code{vector(index)} syntax.
 
+
+
+
 @node WRITE FORMATS,  , VECTOR, Variable Attributes
 @section WRITE FORMATS
 @vindex WRITE FORMATS




reply via email to

[Prev in Thread] Current Thread [Next in Thread]