Hi-Resolution Tables in the Graphics Window ----------------------------------------------gtab , Leftvar(varlist) topvar(varlist)
Description -----------
Draws a table in the graphics window. Any amount of variables are allowed however, the tabulation may become unreadable with alot of variables.
NO VARLIST is needed before the comma.
Options -------
leftvar specifies the variables that are on the left hand side of the table
topvar specifies the variables that are on the top side of the table.
Examples --------
gtab , leftvar(sex age) topvar(x y)