Displaying 1 result from an estimated 1 matches for "akza".
Did you mean:
aka
2012 Mar 10
1
Generating abnormal returns in R
..." , "BTI" , "CRG.IR" , "CPG.L" , "BN.PA" , "NG.L" , "T7L.BE" , "HEIA.AS"
, "ACS.MC" , "LG.PA" , "STAN.L" , "ALU.PA" , "FRE.MU" , "SW.PA" , "WOS.L" ,
"AKZA.AS" , "HEN.MU")
for( series in tickers ){
print(series)
close <-
get.hist.quote(instrument=series,retclass="zoo",quote="AdjClose",compression="d",
start="2000-1-1", end="2011-12-31",quiet=TRUE)
if(series==tickers[1]){ pricedata =...