Skip to content
Prev 5412 / 15274 Next

newbie

Andre de Boer wrote:
You can access the columns by name:

ING.AS[,"Close"]
AGN.AS[,"Close"]
cor(ING.AS[,"Close"],AGN.AS[,"Close"])

You might also want to look at http://www.quantmod.com/ for a multitude of 
examples and documentation, and download one of the many R introductory 
tutorials you can find online.

Regards,

   - Brian