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.

561 results for “from:Olivier”

R on a windows HPC 2008 cluster
olivier.garo at laposte.net · Feb 18, 2011 · r-sig-hpc

Hello i m looking for information on how to install and configure R on a cluster of 14 nodes under windows HPC 2008 server? best regard oliver

heatmap and hclust
Martin Olivier · Sep 24, 2003 · r-help

Hi all, The function heatmap uses the functions dist and hclust with default parameters. How to change these parameters? For example, i want to use the ward criterion for hierarchical clustering with binary distance. Best regards, Olivier.

How to test for NULL?
Olivier Lefevre · Apr 24, 2008 · r-help

x == NULL returns logical(0) instead of FALSE or TRUE as you might expect and I cannot find the right way to write this test in R. Thanks in advance for any hint, -- O.L.

differents behaviour of packages depending on rJava under 32 and 64 bit versions of R 2.14.2
Olivier ETERRADOSSI · Apr 17, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120417/f128db4e/attachment.pl>

[R-pkg-devel] problem with donttest example
Olivier Martin (BioSP) · Jan 26, 2021 · r-package-devel

Hi all, R CMD check --as-cran now runs \donttest examples . So what is the right way to avoid it, and what is the right way for submission to CRAN. Thanks for your help. Best regards? [[alternative HTML version deleted]]

problem with mvtnorm installation
Martin Olivier · Apr 7, 2003 · r-help

Hi all, I tried to install the mvtnorm library on linux (mandrake version) and i obtained the following result : /usr/bin/ld: cannot find -lreadline collect2: ld returned 1 exit status make: *** [mvtnorm.so] Erreur 1 ERROR: compilation failed for...

[R-es] limites de un boxplot
Olivier Nuñez · Jun 7, 2011 · r-help-es

boxplot(a,ylim=c(-10,10)) Un saludo. Olivier -- ____________________________________ Olivier G. Nuñez Email: onunez en iberstat.es Tel : +34 663 03 69 09 Web: http://www.iberstat.es ____________________________________ El 07/06/2011, a las 13:25, Fernando Sanchez escribió...

BLUP in lmer
Olivier MARTIN · Mar 23, 2007 · r-sig-mixed-models

Hi all, I am using 'lmer' to fit generalized linear mixed-effects models. I would like to know if there is a function to estimate the random effects. And, is there a way to compare the observed values vs. fitted...

matrix from list
Olivier Lefevre · Apr 24, 2008 · r-help

Yes, unlist is the magic wand I was looking for. Thanks a million! Having said that, I find it rather arbitrary that you can write mat[1:4] but not list[[1:2]]; IMO there should be no need for...

[R-es] separar un vector con retornos de carro "\n" en un vector de más dimensiones
Olivier Nuñez · Oct 7, 2013 · r-help-es

?strsplit Un saludo. Olivier -- ____________________________________ Olivier G. Nuñez Email: onunez en iberstat.es Tel : +34 663 03 69 09 Web: http://www.iberstat.es ____________________________________ El 07/10/2013, a las 12:28, Antonio Maurandi L escribió: > "cosa1\n\ncosa2\ncosa3...

Barrier options
Olivier MERLE · Nov 2, 2010 · r-sig-finance

An HTML attachment was scrubbed... URL: <https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20101102/bd0836cc/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: LOGO AGRITEL JPEG petit.jpg Type: image/jpeg Size: 23320 bytes Desc...

quantmod EMA and SMA
Olivier MARTIN · Mar 9, 2015 · r-sig-finance

Hi all, I compare the serie from the function EMA() and the one from addEMA() getSymbols("^FCHI") M7=EMA(Cl(FCHI),7) candleChart(FCHI,theme="white",subset="2015",TA=NULL) addEMA(7) addTA(M7,on=-1) I don't understant...

Index of dispersion for counts
Olivier Grémillet · Mar 22, 2005 · r-help

Hi ! I am interrested in counting process analysis (as described in the text book of D.R. Cox the statistical analysis of series of events) and in particular in calculating index of dispersion of counts IDC(t)=Var(Nt)/E...

tutorial for lme
Martin Olivier · Apr 23, 2004 · r-help

Hi all, I find an introduction for program lme() for fitting mixed effects models. I do not have the book wirtten by Pinheiro and Bates, and a tutorial would be very useful. In particular, I have some difficulties to understand...

negative value for AIC and BIC
Olivier MARTIN · Sep 7, 2007 · r-help

Hi all, I obtained negative values for AIC and BIC criteria for a particular model that I have developped... I don't remember to have negative values for these crietria for others applications, so I am a little suprised... Could...

Error in lmer: asMethod(object) : matrix is not symmetric [1, 2]
Olivier BUHARD · Oct 8, 2012 · r-help

Yes, that was what I was trying to do. Thank you very much for your reply! Olivier -- View this message in context: http://r.789695.n4.nabble.com/Error-in-lmer-asMethod-object-matrix-is-not-symmetric-1-2-tp4645133p4645537...

Probable bug in "An Introduction to R" (PR#10777)
Olivier Lefevre · Feb 16, 2008 · r-devel

Both the document and R itself are at 2.6.2 (2008-02-08). When I run in the Windows R console the command lines(density(eruptions, bw=0.1)) found in ? 8.2, I get: Error in plot.xy...

likelyhood maximization problem with polr
Olivier Collignon · Nov 15, 2010 · r-help

Hello, Thanks for your answer. I will try this function to see if it gives equivalent results that those obtained with polr()+dropterm() (in a case where polr() works). Many thanks -- View this message in context: http://r.789695.n4...

R-beta: S+ toolboxes in R?
Olivier Lefevre · Mar 19, 1998 · r-help

Hi, I guess the answer is negative but I thought I would ask just the same: is it possible to use any of the S+ toolboxes (ARCH and wavelets, more particularly) with R? Thanks, Olivier Lefevre Union Bank of Switzerland...

matrix from list
Olivier Lefevre · Apr 26, 2008 · r-help

Olivier Lefevre wrote: > Anyway you are right that it would still return the kind of object, only > subsetted, which is not I want. I mean [] would do that; I know [[]] doesn't. Yet I still don't see why one...

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