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.
In the process of learning R, with a specific interest on financial time series. While I continue to get through the documents I am more a fan of learning by example and then looking up how each function is used...
In the process of learning R, with a specific interest on financial time series. While I continue to get through the documents I am more a fan of learning by example and then looking up how each function is used...
Aside from An Introduction to R by W. N. Venables, D. M. Smith (the PDF is free), what would people recommend as a good starter book? I was thinking of introductory Statistics with R by Peter Dalgaard. Any thoughts?? My...
just started using r. a few questions I can't figure out. first, when loading in a text file, I can do it from the web but not from hard drive. Fil<- 'http://www.test.com/file.txt' -- works Fil...
Hi! I just installed R on my computer, and I don't manage to run the function acf (autocovariance and autocorrelation function). It says me that this function is unknown. However, the standard functions like cos or read.table are...
>From what I have read on the archives there is no simple way to get data from bloomberg (historical dailies). I do have an old version of S-Plus and Finmetrics which can download bloomberg data. I know little about...
I am using the following: library(RODBC) chan = odbcConnectExcel("rats-lda") rats.lda = sqlFetch(chan, "data") close(chan) And getting the following error message: > library(RODBC) Error in library(RODBC) : there is no package called ?RODBC? > chan = odbcConnectExcel("rats-lda...
New to R, currently use FAME. One of the things I like about FAME is that if I have a series, say the near month for a commodity, I can set the series property so when i view weekly data...
Thanks. I should have thought that way. After building a local fix(), a few little things caught my attention: 1. when local fix() _masked_ the global fix(), there's no warning message given. 2. though fix() functions like the local...
Dear R-help, how could I create an R call in C code using lang2 with 2 and more arguments? I tried this code: SEXP f(SEXP fn, SEXP rho) { SEXP R_fcall, x, y; PROTECT(R_fcall = lang2(fn...
Dear R-help, how could I create an R call in C code using lang2 with 2 and more arguments? I tried this code: SEXP f(SEXP fn, SEXP rho) { SEXP R_fcall, x, y; PROTECT(R_fcall = lang2(fn...
Dear r-eco-list users, This is not an R-question, but a statistical one, but maybe somebody can help. I had read that to set random points over an area and picking the nearest plant is not random sample...
Coming up to speed on both R and S-Plus. My access to S-Plus will end soon so I want to get up to speed on R. The big initial difference seems that R has only the command editor...
Hi, I built a PORT library (libport.a) from NetLib, which contains lots of Fortran subroutins. How can I statically load it into R? Or should I recompile R with this library? btw, all I'm trying to do is...
Hi, I've finally got a DSN working on my ODBC installation and I've tested it with the ODBC DataManager so I'm sure it's working. However when trying to connect to the DSN via R interface I...
I guess this may be well-known question, but I did search through the mail archive without finding the answer. so please forgive me asking. My problem is that I cannot use fix() to edit function. If I use fix...
Hello, I am trying to figure out how to do a sum of items within a row. For example, I have a data frame something like this: A1 B1 ... A2 B2 ... 1 1 4 1 4 2 2 5 2...
Dear Support assistant, I am a doctoral student of Dr. Nicolas Carrels at FIOCRUZ and I am in charge to ask for softwares quotations for the lab. I would like a quotation for 4 years GLAD software license and It...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Dear List: I'm looking for a form of the empty set such that if ES is said representation, ~ ES %in% c(1,2,3) evaluates to TRUE. Thank you in advance for your...
Hi, I've been using "nlregb" routine in splus3.4, but cannot find it here in R. Is it hidden in some library? Or there is a routine equivalent to it but with a different name? I'm planning to...
Can't find what you're looking for? Try searching with Google .