help tabone

-------------------------------------------------------------------------------

Title

tabone -- Exports single or multiple one-way tabulations into various formats

Syntax

tabone using filename [, options]

Description

tabone provides a fast and easy way to export single or multiple tabulations into various output formats compatible with Latex, Word, and Excel.

Note that tabone is for one-way tabulation, not cross-tabulation.

tabone requires -logout- and -dataout- from ssc. tabone will automatically install them if not already installed (it will not double-install).

Options

+------+ ----+ Main +-------------------------------------------------------------

replace( ) Replace pre-exiting files.

tex Convert into Latex or tex compatible file.

excel Convert into Excel compatible file.

word Convert into Word compatible file.

auto(#) where # is the number of automatically formatted digits to be reported.

noauto No automatic formating.

dec(#) where # is the fixed number digits to be reported.

Examples

* exporting multiple one-way tabulation sysuse auto, clear gen activity1=mpg gen activity2=rep78+mpg gen activity3=mpg-rep78+3 keep activity* tabone activity* using myfile, word tex excel replace

Remarks

Bare minimum programming. The decimal format is currently set as fc. tabone was motivated by a question from Anna Reimondos (areimondos@gmail.com).

Author

Roy Wada roywada@hotmail.com