Displaying 1 result from an estimated 1 matches for "polglob".
Did you mean:
pglob
2012 Apr 09
1
Summary Statistics Help
...xactly as in the Excel file) I am 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)
# -------------------...