Does anyone know command tuples and give me a tips why the syntax is wrong?
Is it because the citation of "`ntuples'", how to correct this?
Code:
tuples x1 x2 forvalues i = 1/`ntuples' { tempvar varIV`i' gegen `varIV`i''=rowmean(`tuple`i'') tuples y1 y2 forvalues k = 1/`ntuples' { tempvar varDV`k' gegen `varDV`k''=rowmean(`tuple`k'')
0 Response to It seems that we cannot use tuples in tuples?
Post a Comment