Hello,
Is it possible to impose different if statement restrictions depending on the statistic in the same tabstat table?
tabstat ***MY SET OF VARIABLES*** if status==0 , stat(mean count min max)
This works fine, but I would like the count to include the whole sample, without the restriction. Any suggestions?
If this works, I would also like to add counts of specific missing responses (i.e. for each variable, how many .a are there?)
Thank you!
Is it possible to impose different if statement restrictions depending on the statistic in the same tabstat table?
tabstat ***MY SET OF VARIABLES*** if status==0 , stat(mean count min max)
This works fine, but I would like the count to include the whole sample, without the restriction. Any suggestions?
If this works, I would also like to add counts of specific missing responses (i.e. for each variable, how many .a are there?)
Thank you!
Comment