help tablabel
-------------------------------------------------------------------------------

Title

tablabel - tabulate values for each value label

Syntax

tablabel varlist [if] [in]

Description

Using information provided by user defined value labels, tablabel calculates frequencies for each of the variables in varlist. Zero frequencies are included in tabulated results. Also provides information on missing values and values without value labels.

Examples

. tablabel race ses . tablabel race ses if female

Author

Philip B. Ender Statistical Consulting Group UCLA Academic Technology Services enderatucla.edu

Acknowledgements

Similar to tabcount, by Nicholas J. Cox (n.j.cox@durham.ac.uk), which requires user to enter the range for each variable.