Hello my friends,
I am new to Stata and need to do an empirical research for my bachelor thesis.
I will be doing linear regressions for descriptive statistics. I would like to make them cumulative.
This means that after each regression another variable is added, and then put this into a descriptive format.
reg y var1
reg y var1 ib(freq).var2
...
I have some variables and would like to automate this process so that I can make more flexible adjustments to my analysis.
For this I would work with locals. I have some numeric variables and categorical variables.
I would be very happy if someone has ideas or approaches to build this into a loop and automate it.
I am new to Stata and need to do an empirical research for my bachelor thesis.
I will be doing linear regressions for descriptive statistics. I would like to make them cumulative.
This means that after each regression another variable is added, and then put this into a descriptive format.
reg y var1
reg y var1 ib(freq).var2
...
I have some variables and would like to automate this process so that I can make more flexible adjustments to my analysis.
For this I would work with locals. I have some numeric variables and categorical variables.
I would be very happy if someone has ideas or approaches to build this into a loop and automate it.
Comment