Custom Tables

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Custom Tables

Marcos Sanches
Hello!

I have a simple question.

I am running the following table:

ctables /tables   Country[c] >Type[c] > size[c] > dolar_value[s][colpct.sum] by Gender[c].

When I run this table I get % that adds up to 100% within each level of TYPE variable. Is there a way to get % that adds up to 100% within each level of COUNTRY variable? Well, I could create a new variable Type * Size and use it in the table, but I wonder if there is a easy way to do it in the ctable...

Thanks a lot!

Marcos