search for: hanssenstra

Displaying 3 results from an estimated 3 matches for "hanssenstra".

2007 Dec 20
1
Recursive solution with for()
...x_1[t]=x_1[t+1]+beta*x_2[t], and used a for-loop written for(j in c(1:t-1, recursive=TRUE){ ... } This didn't work, so i resolved to writing for(j in c(10,9,...,1){ which worked, but is not terribly efficient. So, what did I do wrong? Thanks in advance, Owe -- Owe Jessen Diplom-Volkswirt Hanssenstra?e 17 24106 Kiel jessen at econinfo.de http://www.econinfo.de
2007 Jul 26
1
Download multiple stock quotes in a loop
...uot;2000-06-01" stocks <- c("bmw.de", "vow.de", "dte.de") for(stock in stocks) stock <- as.timeSeries(get.hist.quote(instrument=stock, start=startd, quote="Close", compress="d")) } Thanks in advance, Owe -- Owe Jessen Diplom-Volkswirt Hanssenstra?e 17 24106 Kiel jessen at econinfo.de http://www.econinfo.de
2007 Dec 28
1
FYI: Package installation problem with windows
...nuts because it wouldn't install new packages, or more irritating still: It would chose randomly which packages to install when given a list ("unable to move temporary installation" ). The solution was to turn of the indexation of folders. HTH Owe -- Owe Jessen Diplom-Volkswirt Hanssenstra?e 17 24106 Kiel jessen at econinfo.de http://www.econinfo.de