Hi everyone,
Could you help me how I can report relative references in bracket but in the same cell with frequencies results using cross tabulation command. Please see below the type of table that I would like to have:
repair Domestic Foreign Total
1. 2 (100.0) 0(0.0) 2 (100.0)
2 8 (100.0) 0(0.0) 8 (100.0)
3 27 (90.0) 3(0.0) 30 (100.0)
.
.
.
.
Total. 48 (69.6) 21 (30.4). 69 (100.0)
Could you help me how I can report relative references in bracket but in the same cell with frequencies results using cross tabulation command. Please see below the type of table that I would like to have:
tab rep78 foreign, row
repair Domestic Foreign Total
1. 2 (100.0) 0(0.0) 2 (100.0)
2 8 (100.0) 0(0.0) 8 (100.0)
3 27 (90.0) 3(0.0) 30 (100.0)
.
.
.
.
Total. 48 (69.6) 21 (30.4). 69 (100.0)