Tables

In this chapter you will learn how to create tables that can be displayed in the results window and exported from Stata to other formats.

The sections are structured as follows:

  1. Simple tables for display in the results window (using the commands tabulate, table, tabstat)
  2. Display and export estimation results using esttab
  3. Using putexcel
  4. Flexible matrix-based tables using frmttable

Exercises: You find simple exercises applying exactly what was introduced in the section at the bottom of each section's page and a more applied exercise on tables and graphs jointly in the end of the chapter.

You can find the complete dofile to recreate what you see in the videos for download at the bottom of this page, and the respective lines below each section's video.

Tables: presentation

A very short comment on tables

Dofile for tables