Differences between revisions 1 and 2
Revision 1 as of 2023-06-12 00:11:24
Size: 663
Comment:
Revision 2 as of 2023-06-12 00:11:35
Size: 664
Comment:
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:
== Data Model = == Data Model ==

SPSS Variable Labels

The VARIABLE LABELS command sets variable labels.


Usage

variable labels foo "Foo"
 /bar "Bar"
 /baz "Baz".

The forward slashes (/) are optional.

Specifying an empty string is equivalent to deleting a variable label.


Data Model

The VARIABLE LABELS command executes immediately. Pending transformations are not executed and the active dataset is not read.


See also

PSPP manual for VARIABLE LABELS


CategoryRicottone

SPSS/VariableLabels (last edited 2023-06-12 00:11:35 by DominicRicottone)