search for: gdp_constant

Displaying 1 result from an estimated 1 matches for "gdp_constant".

Did you mean: g_constant
2012 Apr 09
1
Summary Statistics Help
...trying to examine are : a) Patents 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 # --------------...