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.

140 results for “from:Les”

Automatically updating GLM object
LE TERTRE Alain · Oct 22, 2003 · r-help

Dear all, i generated several GLM objects, named myobject1 to myobject25. Now i'd like to update both of them. So i tried: for(ii in 1:25) { assign(paste("myobject.updated", ii, sep=""), update( myobject[ii] ,.~ + VAR2)) } Doesn't...

Getting an older version of a package
Le Wang · May 24, 2009 · r-help

Hi there, Thanks for your time in advance. I am using an add-on package from Cran. After I updated this package, some of my programs don't work any more. I was wondering if there is anything like version...

Getting an older version of a package
Le Wang · May 24, 2009 · r-help

Hi there, Thanks for your time in advance. I am using an add-on package from Cran. After I updated this package, some of my programs don't work any more. I was wondering if there is anything like version...

Date: Thu, 26 Sep 2002 12:13:33 +0200
Nolwenn Le Meur · Sep 26, 2002 · r-help

How can I give the name of my data frame to the output file ? exp: mydata<-read.table(mydata,..) ... ... write.table(x, file="c:/" mydata,...) Nolwenn Le Meur ******************************************** Nolwenn Le Meur INSERM U533 Facult? de m?decine 1, rue Gaston...

How to obtain the graph of fitted values against one variable after estimation?
Le Wang · Aug 25, 2010 · r-help

Hi there, I have a question regarding the "plot" command after estimation. Specifically, I estimate a model, say regressing y on x and z. And after estimation, I would like to plot the fitted values against x, but I don...

[Bioc-devel] [PCpheno package] Access to git credentials
Nolwenn Le Meur · Jan 20, 2021 · bioc-devel

Dear developers? helpers, I tried to activate a git credentials to update the PCpheno package (about to be deprecated) but I got the following message: nlemeur at gmail.com<mailto:nlemeur at gmail.com> is not associated with a maintainer...

racd installation
Le Hai Trung KNH · Sep 21, 2016 · r-sig-finance

Hi, I am trying to install 'racd' package of Alexios to R 3.3.1 and come up with the following error messages. ----- > require(devtools) Loading required package: devtools > install_bitbucket("alexiosg/racd") ** preparing package for lazy loading Warning in...

macro in a loop
Le Wang · Mar 21, 2009 · r-help

Hi there, Thanks for your time in advance. I am trying to read in multiple files. For example, data.1940 <- read.table("c:/data/1940.csv",header=TRUE,sep=",") data.1950 <- read.table("c:/data/1950.csv",header=TRUE,sep...

Lapack: SSYEV routine
Nolwenn Le Meur · Oct 7, 2008 · r-devel

Hi everyone, I am interested in using the SSYEV Lapack subroutine in a R package. Unfortunately I am not familiar with the all Lapack library and I was wondering why the routine SSYEV is not part of the R-LAPACK...

Iterative data.frame
Nolwenn Le Meur · Sep 24, 2002 · r-help

Hi, I would like to create data.frame and increment their name to finally merge them. Does anybody has a solution ? Something like that ? n<-6 for (i in 1:n) { m[i]<-data.frame(name,value) m<-merge(m...

pmin/pmax issue with ordered factors
Erwan Le Pennec · Nov 30, 2016 · r-devel

Dear all, pmin/pmax used to work with ordered factors but fail now since this summer when those functions have tried to handle more cases. A simple way to trigger the issue is: > min(ordered(c(1,5,6))) [1...

random forests and memory allocation
Kim Anh LĂȘ Cao · Nov 4, 2005 · r-help

Dear all, I am trying to run a random forest on a 4-class dataset with 10 215 variables. Whatever the number of trees (I was thinking of combining the trees), I first got the error on Windows: Error: cannot...

Bitmap & Batch mode
Nolwenn Le Meur · Dec 6, 2002 · r-help

Hi, I had tried to print plot via postsript in Batch mode (under UNIX) but owing to the help list I found out that was not the right thing to do. However with bitmap() it still doesn't work. I...

package names in Latex
Arnaud Le Rouzic · Aug 9, 2010 · r-help

> When putting R package names in Latex, do we use \it or \em, please? As far as I know, the only difference between \it and \em is that \em words are unitalicized in an italics portion of the text, which...

Error in loading rugarch and truncnorm package
Le Hai Trung KNH · Feb 13, 2018 · r-sig-finance

Dear all, I have been trying to load rugarch package and got the following error: Error: package or namespace load failed for ?rugarch? in FUN(X[[i]], ...): no such symbol do_dtruncnorm in package C:/?/R/win-library/3.4...

Logical vectors
Nolwenn Le Meur · Jun 5, 2003 · r-help

Hi everybody, just a quick question that drives me crazy: Is it possible to "join" 2 logical vectors ? i.e. x<-4 ind <- 1:19200 pin <- c(0, rep(400, 48) * (1:48)) ind1<-((pin[j] + 1) <= ind) & (ind <= pin...

layout() and postscript()
Nolwenn Le Meur · Jun 17, 2002 · r-help

HI, I would like to know if it's possible to create a postscript file with multiple graphs . I'm creating some graphs by the means of a loop and I want to save each graph in the same file...

Copula-GARCH with rmgarch package
Le Hoang Van · Mar 6, 2016 · r-sig-finance

Hi all, I'm using the rmgarch package to model asset returns using the function cgarchfit function. The latest version of this package currently supports Gaussian copula and Student-t copula with time varying correlation rho_t. I have read...

axis() plot() - step
Nolwenn Le Meur · Aug 23, 2002 · r-help

Hi, Stupid question I guess but I can't figure out how to have a span of 0.5 instead of 1 in my graph. Actually, I want to create a plot with x(-2,2) and y(-2,2...

Multivariate student t distribution in rmgarch
Le Hoang Van · Jan 21, 2016 · r-sig-finance

Hi Alexios, Is there a multivariate version of pdist (rugarch) that allows us to compute the joint probability of two returns, say, P(Rs < 0.01, Rt < 0.02) at a certain point of time? So I was trying to...

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