Code:
foreach var of varlist ` Age - Region Smoking Alcohol ' {
tabout `variable' using test.txt, append
}
Code:
varlist required r(100);
foreach var of varlist ` Age - Region Smoking Alcohol ' {
tabulate `var'
}
Can anyone please help detect the source of the error?
0 Response to Using loop for tabout command
Post a Comment