.- help for ^nmissing, npresent^ (STB-49: dm67) .- Numbers of missing (present) values ----------------------------------- ^nmissing^ [varlist] [^if^ exp] [^in^ range] [ ^, min(^#^)^ ] ^npresent^ [varlist] [^if^ exp] [^in^ range] [ ^, min(^#^)^ ] Description ----------- ^nmissing^ lists the number of missing values in each variable in varlist. Missing means ^.^ for numeric variables and ^""^ for string variables. ^npresent^ lists the number of present (non-missing) values in each variable in varlist. Options ------- ^min(^#^)^ specifies that only numbers at least # should be listed. Default 1. Examples -------- . ^nmissing^ . ^nmissing rep78^ . ^npresent^ Author ------ Nicholas J. Cox, University of Durham, U.K. n.j.cox@@durham.ac.uk Also see -------- STB: STB-49 dm67