Displaying 6 results from an estimated 6 matches for "econinfo".
2007 Dec 20
1
Recursive solution with for()
...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
...ot;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
...w 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
2008 Apr 29
2
Problem installing packages
...r?re Installation
'C:\Programme\R\R-2.7.0\library\file5f906952\DBI' nicht nach
'?
xlD?? $@\R\R-2.7.0\libra' verschieben
Has anybody any idea where these strange symbols come from?
Thanks in advance,
Owe
--
Owe Jessen
Diplom-Volkswirt
Von-der-Horst-Str. 9
24118 Kiel
jessen at econinfo.de
http://www.econinfo.de
2010 Aug 24
0
mlm for within subject design
...___
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--Forwarded Message Attachment--
From: list at econinfo.de
To: r-help at r-project.org
Date: Mon, 23 Aug 2010 17:12:42 +0200
Subject: Re: [R] Fitting VAR and doing Johansen's cointegration test in R
Am 23.08.2010 05:09, schrieb Aditya Damani:
> Hi,
>
> Could someone please tell me the R codes for fitting VAR(p) (Vector
> Auto Regress...
2012 May 03
1
Setting up a windows system for rcpp
I am running into a wall getting my system to work with rcpp and inline.
Following Dirk's advice on stackoverflow, I hope someone is able to help
me.
My steps were to install MinGW 32 bit first, then installing Rtools, I
disabled MinGW's entry in the PATH.
I am trying to get the following code to work:
library(Rcpp)
library(inline)
body <- '
NumericVector xx(x);
return wrap(