Hello, I am trying to store cell proportions using:

Code:
svy: tab gender2 symptoms, row matcell(cell_percentages)
But I get the error:

Code:
option matcell() not allowed
Kindly asking for some guidance on a workaround. The resulting table without the matcell(cell_percentages) code is:

Code:
. svy: tab gender2 symptoms, row
(running tabulate on estimation sample)

Number of strata   =        20                  Number of obs    =      4,124
Number of PSUs     =     4,124                  Population size    =  36,429.44
Design df    =      4,104

    
symptoms          
gender2  Fever et  Vomiting  Rash etc  Somethin  Dont kno    Total
    
Male     .8864     .0352     .0193     .0456     .0135    1
Female     .8595     .0609      .012     .0561     .0115    1

Total      .871     .0499     .0152     .0516     .0124    1
    
Key:  row proportion

Pearson:
Uncorrected   chi2(4)         =   20.2685
Design-based  F(3.98, 16330.85)=    2.6895    P = 0.0297
Thank you,
Paul