Can you help me how i can generate descriptive or regression results for total in addition to by group while using forvalues loop? For example how can I get summary result for all observations in addition to by type of rep78 but when rep78 is different from missing (if rep78 !=.)?
Code:
sysuse auto forval i = 1/5 { sum price if rep78 == `i' }
0 Response to How to get results for all observation in addition to by group while using forvalues
Post a Comment