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.

71 results for “from:Q”

General Question on learning R...
Jonathan Q. · May 3, 2005 · r-help

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...

General Question on learning R...
Jonathan Q. · May 3, 2005 · r-sig-finance

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...

what is a good learning book for R?
Jonathan Q. · May 8, 2005 · r-help

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...

newbie questions...
Jonathan Q. · Apr 28, 2005 · r-help

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...

Beginer
Na=?iso-8859-1?Q?=EFme TAIBALY?= · Aug 12, 2002 · r-help

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...

Yet another question on Bloomberg...
Jonathan Q. · May 1, 2005 · r-sig-finance

>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...

Loading the stupid dataset--help!!!
Q · May 19, 2012 · r-help

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...

average values for time series
Jonathan Q. · Apr 27, 2005 · r-sig-finance

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...

using fix()
Tony Q. Zhang · Jan 9, 2000 · r-help

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...

lang2(...) with two and more arguments
"?=Timur Elzhov=?koi8-r?Q?" · Nov 3, 2003 · r-help

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...

lang2(...) with two and more arguments
"?=Timur Elzhov=?koi8-r?Q?" · Nov 3, 2003 · r-help

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...

Neighbor sampling is random?
Paulo Inácio de Kn?==?ISO-8859-1?Q?egt López de Prado · Jul 4, 2009 · r-sig-ecology

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...

General Question re R vs S-Plus
Jonathan Q. · May 7, 2005 · r-help

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...

how to statically load a lib *.a
Tony Q. Zhang · Jan 10, 2000 · r-help

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...

dsn
Margarida =?iso-8859-1?Q?Júlia?= Rodrigues Igreja · Mar 18, 2004 · r-help

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...

using fix()
Tony Q. Zhang · Jan 9, 2000 · r-help

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...

summing items within a row
Q · May 11, 2010 · r-help

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...

[Bioc-devel] GLAD quotation
P q · Aug 11, 2019 · bioc-devel

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...

Empty Set In a Set
Jason Q. McClintic · Apr 29, 2008 · r-help

-----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...

nonlinear least square optimization
Tony Q. Zhang · Dec 20, 1999 · r-help

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 .