Displaying 1 result from an estimated 1 matches for "polpris".
Did you mean:
polaris
2012 Apr 09
1
Summary Statistics Help
...com/file/n4541923/datpat.csv datpat.csv
Variables (written exactly 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...