Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
You would have to rebuild R after increasing NCONNECTIONS in src/main/connections.c. It would be probably be easier to simply close connections you're no longer using via stopCluster(), unless you really need >128 simultaneous connections. Best, -- Joshua...
Dear list, sorry for having bothering you. I found the problem. It was the a stupid error made by me. R could not recognise the variable as it is of course case sensitive for names. So I specified the wrong...
On Wed, Dec 1, 2010 at 3:23 PM, FX Going <fxongoing at hotmail.com> wrote: > > Newbie to R. Is there a model that I can use in R to estimate the best entry and exit point based on Mini...
On Mon, Oct 26, 2015 at 1:20 PM, Gambulator Gambulator <gambulator at gmail.com> wrote: > I did quite a bit of googling. it is not clear to me if it works now on > Windows or not. it is pretty...
Look at the source: > x <- ts(rnorm(52*100),frequency=52) > debug(ets) > e <- ets(x) <snip> debug: m <- frequency(y) Browse[1]> debug: if (m > 24) stop("Frequency too high") Browse[1]> Error in ets(x) : Frequency too high...
Hi all, R/Finance 2020 is less than 3 months away (June 5-6) and it's impossible to predict how the global COVID-19 pandemic will continue to unfold. As you can imagine, this uncertainty makes it extremely difficult...
Dear list, I get the following message while computing truehist in R 1.4.1 on Redhat Linux 7.1: > truehist(lsk$Pox, nbins = "FD" , prob = TRUE, xlab = "Pox [mmol/kg]") Error in switch(casefold(nbins), scott = nclass.scott(data...
On Sun, Mar 29, 2015 at 5:37 PM, Joshua Ulrich <josh.m.ulrich at gmail.com> wrote: > On Sun, Mar 29, 2015 at 1:50 PM, Ueli Hofstetter > <uelihofstetter at gmail.com> wrote: >> I have some problems loading symbols...
Hi, I get the following error meassage: -------------------------------------------------- rcorr(lskPox0t30[c(22,3:7)], type=c("spearman")) Error in "[<-.data.frame"(*tmp*, is.na(x), value = 1e+30) : matrix subscripts not allowed in replacement -------------------------------------------------- But I do not know how to...
Am 30.09.2011 11:30, schrieb Alaios: > Dear all, > I have a numeric vector that contains indices. > I also have two matrices of [1,m] dimension and of [m,n] dimension. > > I want for every indexto remove the current...
Hi Ben, It's not very polite to call people's work "outdated", especially when given to you for free. Those packages have been around and stable for the better part of a decade, will remain stable, are actively maintained...
Worik, On Mon, Sep 12, 2011 at 10:54 PM, Worik R <worikr at gmail.com> wrote: > Friends > > I am looking at Rcpp and I am a bit stuck on a simple matter. > Rcpp questions will likely get more attention...
Please provide a minimal, reproducible example. It's really hard for someone to help you if you give them nearly 100 lines of code and no data. My guess is that data[,1] is character (or factor) and you need...
Hi Henry, I've incorporated your patch(es) into quantmod, revision 585 on R-Forge. Also, please note that R-SIG-Finance is a mailing list and Nabble does not include the context of the discussion in your replies, which...
getPrice doesn't exist in quantmod until 0.3-14. Please update quantmod manually. I'll change the blotter DESCRIPTION file to reflect the dependency. -- Joshua Ulrich ?| ?FOSS Trading: www.fosstrading.com On Tue, Jan 25, 2011 at 3:21...
On Tue, Mar 12, 2019 at 11:53 PM Ilya Kipnis <ilya.kipnis at gmail.com> wrote: > > Minimum reproducible example: > > require(quantmod) > require(TTR) > > getSymbols('SPY') > data <- cbind(OHLC(SPY), stoch(HLC(SPY))) > head(Lo(data)) > head(HLC(data)) > > Lo...
Using subset assignment with an array usually doesn't work well with xts/zoo objects. Your case wouldn't even work with a matrix because you have NA in your array. In this case, you can achieve the same result...
On Fri, Sep 22, 2017 at 7:28 AM, yadav neog <yadavneog at gmail.com> wrote: > thankx to everyone for your valuable suggestions. one query regarding the > GARCH model. > I have applied the GARCH model for the same data that...
Please stop sending your general questions to the finance list. That is what R-help is for. And *please* read the posting guide. I'm guessing, given the error, that you have not installed the RUnit package... -- Joshua Ulrich FOSS...
On Fri, Jan 20, 2012 at 5:17 PM, benn fine <bennfine at gmail.com> wrote: > I am having trouble figuring out what the monthlyReturn command is doing. > > That is, consider SPY > > getSymbols("SPY") > > I then do monthlyReturn(SPY) > > 2011...
Can't find what you're looking for? Try searching with Google .