Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2023-06-11 20:16:13
Size: 403
Comment:
Revision 3 as of 2023-06-11 21:18:22
Size: 565
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
== Data Model ==

The `NUMERIC` command executes immediately. Pending transformations are ''not'' executed and the active dataset is ''not'' read.

----

SPSS Numeric

The NUMERIC command creates a new numeric variable.


Usage

numeric foo bar baz (F8.2).
numeric ham (F1.0) / spam eggs (F5.2).


Data Model

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


See also

PSPP manual for NUMERIC


CategoryRicottone

SPSS/Numeric (last edited 2023-06-11 21:18:22 by DominicRicottone)