Skip to content

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.

139 results for “from:CES”

as.Date(Sys.time()) returns tomorrow !
ce · Jun 19, 2014 · r-help

Dear all, > Sys.time() [1] "2014-06-19 22:19:17.976818 EDT" > as.Date(Sys.time()) [1] "2014-06-20" > why this happens ?

Making an if condition variable ?
ce · Jun 1, 2016 · r-help

Dear all, I want to make an if condition variable like : a = 10 CONDITION = " a > 0 " if ( CONDITION ) print(" a is bigger" ) I tried get , getElement , eval without success ? Thanks

Blotter package would it work for cross currencies
ce · Oct 12, 2014 · r-sig-finance

I would like to know it blotter package can be used to calculate performance/returns of cross currencies like GBP.EUR ? I can create a stock

How do you install cran mac binaries
ce · Jan 27, 2014 · r-help

Sorry if the question is stupid, how you you install mac os binaries like in : http://cran.r-project.org/bin/macosx/contrib/r-release/forecast_5.0.tgz

R Inter Process Communication tools/packages ?
ce · Sep 23, 2014 · r-help

Hello All, Is there any IPC tools like in UNIX/Linux systems in R ? I know there is mmap package but I am looking something more like sockets . Any example appreciated . Thx .

How many digits are there in left of dot of 0.0001 ?
ce · Feb 25, 2015 · r-help

Dear all, I would like to count how many digits are there on the left of a the dot of a numeric variable a=0.0001 thanks

How to create a time series object with time only (no date)
ce · Dec 20, 2014 · r-help

Dear all, I want to create a time series object from 00:00:00 to 23:59:00 without dates ? I can't figure it out with xts ? ce

What happens to IBrokers package if overloaded ?
ce · Sep 25, 2014 · r-sig-finance

Dear All, If I use reqRealTimeBars for 100 symbols every 5 sec on an average PC, would it cause performance issues ? Any data loss is possible or they just queued up ? Thanks a lot for reading.

ANN ARIMA or ANN ES Examples ?
ce · Sep 17, 2014 · r-help

Hello, I am looking for ANN ARIMA or ANN ES ( Artificial Neural Networks Hybrid with ARIMA or Exponential Smoothing ) R examples or packages ? as referenced in http://cs.uni-muenster.de/Professoren/Lippe/diplomarbeiten/html/eisenbach/Untersuchte%20Artikel/Zhan03.pdf...

is.null(mylist[1]) and is.null(mylist$a) returns different values
ce · Jun 15, 2017 · r-help

Hi I have a list : mylist <- list( a = NULL, b = 1, c = 2 ) > mylist[1] $a NULL > is.null(mylist[1]) [1] FALSE > is.null(mylist$a) [1] TRUE why? I need to use mylist[1]

What happened to IBrokers Package ?
ce · Sep 21, 2014 · r-sig-finance

Does anybody knows ? Cran doesn't have it anymore: Package ?IBrokers? was removed from the CRAN repository. Formerly available versions can be obtained from the archive. Archived on 2014-09-19 as vignette locations were never updated for R 3...

ANN ARIMA or ANN ES Examples ?
ce · Sep 18, 2014 · r-sig-finance

Hello, I am looking for ANN ARIMA or ANN ES ( Artificial Neural Networks Hybrid with ARIMA or Exponential Smoothing ) R examples or packages ? as referenced in http://cs.uni-muenster.de/Professoren/Lippe/diplomarbeiten/html/eisenbach/Untersuchte%20Artikel/Zhan03.pdf...

xts array in minutes ?
ce · Oct 11, 2014 · r-help

Dear all, I want to convert to character arrays "2014-10:10 00:00:00" and "2014-10-10:23:59:00" to an array of minutes : 2014-10:10 00:00:00 2014-10:10 00:01:00 2014...

A package to set up a questionnaire & enter data
CE.KA · Dec 10, 2008 · r-help

Hi R users, Is there a Package in R to - set up a questionnaire? - enter data? Best regards -- View this message in context: http://www.nabble.com/A-package-to-set-up-a-questionnaire---enter-data-tp20947237p20947237.html Sent from...

how to make this get command work?
ce · Dec 17, 2014 · r-help

Dear all, If I have a list like this how I can get an object of it with a variable : foo<-list(A = c(1,3), B =c(1, 2), C = c(3, 1)) var <- "A" get(paste("foo$",'A...

find index in a list of list
ce · Mar 11, 2017 · r-help

Hi all, I have a list of lists like this : mylist <- list(list(a=10,b="x"),list(a=11,b="y"),list(a=12,b="z")) I want to find the index of list in mylist where a = 11...

Search "Errors"
CE.KA · Mar 24, 2009 · r-help

Hi R users, I have a big program So in Rgui I can t see all the execution of it Is there a way to ask R if there is "Errors" in my program Sincerely yours -- View this message in...

Blotter package would it work for cross currencies
ce · Oct 12, 2014 · r-sig-finance

Sorry for the double post. I would like to know it blotter package can be used to calculate performance/returns of a portfolio mixed with cross currencies like GBP.EUR , CAD.CHF ? I can create a stock with stock("GBP...

Column width in R terminal ?
ce · Oct 14, 2015 · r-help

Dear all, I use regular R in xterm terminal in KDE Gui . Even though I have a big terminal and LINES and COLUMNS parameters are set, R shows data frames and lists only 80 characters per line, then the rest...

replacing zeros with above/below numbers ?
ce · Feb 5, 2014 · r-help

Dear all, My data is : a <- c(0.9721,0.9722,0.9730,0.9723,0.0,0.0,0.0,0.9706,0.9698,0.0,0.9710,0.9699) I want to replace zeros with average of before...

Can't find what you're looking for? Try searching with Google .