tab short for tabulate
this is an important command becuase it is critical for basic descriptive analysis
examples:
x and y are categorical variables, z is continuous
tab x y
tab x if y==3
tab x, sum(z) nost nofreq
tab x y, sum(z)
Categories: Lab1