search for: democ

Displaying 2 results from an estimated 2 matches for "democ".

Did you mean: demo
2010 Dec 02
6
Filter data
Hello, I understand that question is probably stupid, but ... I have data (polity IV index) "country","year","democ","autoc","polity","polity2" "1","Afghanistan ",1800,1,7,-6,-6 "2","Afghanistan ",1801,1,7,-6,-6 "3","Afghanistan ",1802,1,7,-6,-6 I need to create new data sets which...
2012 Apr 09
1
Summary Statistics Help
...and FHouse b) Patents and FHouse controlled for extra, interstate, internationalized c)Patents and FHouse controlled for internal threat (internal, DISAP, KILL, TORT, POLPRIS, frac_eth, frac_rel) d)Patents and EconGlob, SocGlob, PolGlob, Econflows, e)Patents and GDP_Constant f)Patents and durable, democ, autoc, My code so far, I got stuck at section SUMMARY STATS: datpat <- read.csv(file="datpat.csv", header=TRUE, rownames = FALSE) datpat <- datpat[,-1] datpat[,c(1:3,718)] colnames(datpat) # ------------------- # PRELIMINARY ANALYSES # -------------------- # Overall summary(dat...