I am struggling to create a single table of missing values for all variables, that differentiates between each type of extended missing (.a, .b, etc). neither -misstable summarize- nor -missings report- seem to have this functionlaity (though both can differentiate system missings (.) from _all_ extended misssings (total of .a, .b, etc). The user-written -misschk- seems to have the required option, but -misschk- is no longer possible to install, it seems.
Here is the result I want (with or without additional columns, preferable listing all variables regardless of the presence of missings)
Code:
.a .b ------------------------------------ var1 0 32 var2 12 64 ...
0 Response to Differentiating between extended missings in -misstable- or -missings report-
Post a Comment