Hello
Is there a way of exporting multiple STATA outputs (bivariate regressions analyses or cross tabs) through writing STATA syntax which allows the data to display in excel or word in a single table of bivariate analysis output or descriptive table (N, %) for multiple variables. For instance, multiple bivariate analysis using weighted data as follows:
xi:logistic wellbeing i.agecat [pweight=rake_weight_final]
xi:logistic wellbeing i.sex [pweight=rake_weight_final]
Is there a way of exporting multiple STATA outputs (bivariate regressions analyses or cross tabs) through writing STATA syntax which allows the data to display in excel or word in a single table of bivariate analysis output or descriptive table (N, %) for multiple variables. For instance, multiple bivariate analysis using weighted data as follows:
xi:logistic wellbeing i.agecat [pweight=rake_weight_final]
xi:logistic wellbeing i.sex [pweight=rake_weight_final]
Comment