How get table (#valid #anymiss #sysmis #Missing1 #missing2 #sysmis ) by variable

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How get table (#valid #anymiss #sysmis #Missing1 #missing2 #sysmis ) by variable

Art Kendall
Before reinventing the wheel, I wanted to check whether this has been worked
out already.

-- collect all missing value codes across a set of variables.
-- output a table with the nvalid nmissing symis and each missing value code
as column headers and the variables as rows.





-----
Art Kendall
Social Research Consultants
--
Sent from: http://spssx-discussion.1045642.n5.nabble.com/

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (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
Art Kendall
Social Research Consultants
Reply | Threaded
Open this post in threaded view
|

Re: How get table (#valid #anymiss #sysmis #Missing1 #missing2 #sysmis ) by variable

Jon Peck
Not exactly what you want but similar.
CODEBOOK  all
  /VARINFO MISSING
  /STATISTICS NONE.

Or DISPLAY DICT.
Followed by hiding unwanted columns using the PTE or SPSSINC MODIFY TABLES.

SPSSINC MODIFY TABLES subtype="'Variable Information'"
SELECT=0 1 2 3 4 5 6 7
DIMENSION= COLUMNS LEVEL = -1
PROCESS = PRECEDING HIDE=TRUE.

On Tue, Apr 28, 2020 at 3:20 PM Art Kendall <[hidden email]> wrote:
Before reinventing the wheel, I wanted to check whether this has been worked
out already.

-- collect all missing value codes across a set of variables.
-- output a table with the nvalid nmissing symis and each missing value code
as column headers and the variables as rows.





-----
Art Kendall
Social Research Consultants
--
Sent from: http://spssx-discussion.1045642.n5.nabble.com/

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (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


--
Jon K Peck
[hidden email]

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (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