= SPSS Variable Level = The '''`VARIABLE LEVEL`''' command sets the measurement level of a variable. <> ---- == Usage == {{{ variable level foo bar baz nominal. variable level foo bar baz ordinal. variable level foo bar baz scale. }}} ---- == Data Model == The `VARIABLE LEVEL` command executes immediately. Pending transformations are ''not'' executed and the active dataset is ''not'' read. ---- == See also == [[https://www.gnu.org/software/pspp/manual/html_node/VARIABLE-LEVEL.html|PSPP manual for VARIABLE LEVEL]] ---- CategoryRicottone