File size: 698 Bytes
a846767
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
##--##--##--##--##--##--##
## Appendix: Table A9
##--##--##--##--##--##--##

isr_wave1_arab = isr_survey_wave1[isr_survey_wave1$survey=="isr_ar",]
isr_wave1_arab_sumstats = isr_wave1_arab[,c("age", "female", "religiosity", "ethnicity", "education", "income", "partyID", "ideology", "interest_news",
                                            "degree_violence", "police_action_required", "recall_violence2")]
isr_wave1_arab_sumstats = dummy_cols(isr_wave1_arab_sumstats, select_columns = c("age", "religiosity", "ethnicity", "education", "income", "partyID"))
table_a9 = stargazer(isr_wave1_arab_sumstats, omit.summary.stat=c("p25", "p75"))
cat(table_a9, sep = '\n', file = "Tables/table_A9.tex")