Hello,
I am attempting to include multiple variables in a oneway table. I am using the tabout command from ssc by Ian Watson. Here is my code:
I am getting the following errors:
subinstr(): 3200 conformability error
sum_output(): - function returned error
<istmt>: - function returned error
The help file specifies that the sum and oneway commands may be necessary when making oneway tables, so I'm not sure why I'm getting these errors. Any ideas are appreciated.
I am attempting to include multiple variables in a oneway table. I am using the tabout command from ssc by Ian Watson. Here is my code:
Code:
sysuse auto, clear tabout make price mpg using table.tex, cells(n) sum oneway replace
subinstr(): 3200 conformability error
sum_output(): - function returned error
<istmt>: - function returned error
The help file specifies that the sum and oneway commands may be necessary when making oneway tables, so I'm not sure why I'm getting these errors. Any ideas are appreciated.
Comment