How do I include Missing Count in the output file of Proc Means?
Thanks!
Depends on what you're looking for, but nmiss is one of the metrics you might be after.
If you have, say, 2 variables to summarize :
VAR myVar1 myVar2;
OUTPUT out=myOutputDataset NMISS(myVar1 myVar2) = numberMissing1 numberMissing2;
PG
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.