asdocx: Export from Stata to Word, Excel, LaTeX & HTML Forums asdocx Forum Running List of Community-Commands to Support in the Future? Reply To: Running List of Community-Commands to Support in the Future?

Attaullah Shah
Moderator
Post count: 70

I was previously using an older version of missings that I downloaded from SSC. However, the latest version available on the Stata Journal website at dm0085_2 from http://www.stata-journal.com/software/sj20-4 has the new option identify(). To get the updated version that works with asdocx, type the following in Stata command window:

net install asdocx_missings, from(http://fintechprofessor.com) replace

After the update, the option identify() should work.

webuse nlswork
asdocx missings table, identify(race) replace
Checking missings in all variables: 15082 observations with missing values
race
# of missing values white black other Total
0 9604 3709 139 13452
1 9672 3966 152 13790
2 677 278 9 964
3 199 89 3 291
4 25 7 0 32
5 1 1 0 2
6 2 1 0 3
Total 20180 8051 303 28534
Notes: