| table.levels {Zelig} | R Documentation |
Create a table, but ensure that the correct columns exist. In particular, this allows for entires with zero as a value, which is not the default for standard tables
table.levels(x, levels, ...)
x |
a vector |
levels |
a vector of levels |
... |
parameters for table |
a table
Matt Owen mowen@iq.harvard.edu