Hi all. For some reason, the table function does not work as intended. This is just an example, but as in the tutorial, I want to get a table of means for v1 and v2 across the levels of a1, so I use:
However, I always get an error:
I have tested this function with sample datasets, but it never works for some reason. Could anybody help?
Code:
table a1, statistic(mean v1 v2)
Code:
option statistic() not allowed
Comment