Hi all,
I need to create a demographics table and it will have quite a lot of missing data. Tabout version 3 has an option to export the missing data (mi), but when I try to do this, no error occurs but the missing values for each variable are not exported.
As a simple example:
. tabout sex agegroup1 studygp using Demographics_08Sep.xls, replace c(freq col) mi
Table output written to: Demographics_08Sep.xls
Can anyone explain why the missing option is not working?
Thanks!
I need to create a demographics table and it will have quite a lot of missing data. Tabout version 3 has an option to export the missing data (mi), but when I try to do this, no error occurs but the missing values for each variable are not exported.
As a simple example:
. tabout sex agegroup1 studygp using Demographics_08Sep.xls, replace c(freq col) mi
Table output written to: Demographics_08Sep.xls
Can anyone explain why the missing option is not working?
Thanks!
Comment