Date: Fri, 20 Apr 2012 11:37:50 -0400
Reply-To: "Maguin, Eugene" <emaguin@buffalo.edu>
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: "Maguin, Eugene" <emaguin@buffalo.edu>
Subject: V19 error?
Content-Type: text/plain; charset="us-ascii"
Here is something that I think should be regarded as a functional error in v19.
Given this syntax.
SORT CASES BY VAR2.
SPLIT FILE BY VAR2.
FREQUENCIES yrsexp yrspres age amerin asian aa nathaw other white hisp
FEMALE/FORMAT=NOTABLE/STATISTICS MEAN MEDIAN STDDEV MIN MAX.
SPLIT FILE OFF.
The result is only the statistics table containing only the valid and missing rows. The frequency tables are suppressed--as they should be by the Notable keyword.
However, the result here
FREQUENCIES @1Provider @2Supervisor @3Manager @4Other Total/FORMAT=NOTABLE/
STATISTICS MEAN MEDIAN STDDEV MIN MAX.
Is also only the statistics tables BUT with rows for each of the requested statistics and valid and missing.
Gene Maguin
=====================
To manage your subscription to SPSSX-L, send a message to
LISTSERV@LISTSERV.UGA.EDU (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
|