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”

[R-jobs] job offer of Quantitative Developper
Samuel Le · Nov 29, 2010 · r-sig-jobs

Overview Statistical Research Laboratory (SRL) is an established hedge fund and asset management technology company based in London and New York, with significant mandates to provide cutting edge technology solutions to leading investment companies. A highly experienced Quantitative Developer is...

formula used by R to compute the t-values in a linear regression
Samuel Le · Aug 1, 2011 · r-help

Yes, that's what I was looking for. Many thanks, Samuel -----Original Message----- From: S Ellison [mailto:S.Ellison at LGCGroup.com] Sent: 01 August 2011 15:16 To: Samuel Le; r-help at stat.math.ethz.ch Subject: RE...

dnearneigh() from spdep: Points with the exact same location are not considered neighbours.
Maël Le Noc · Apr 10, 2017 · r-help

Dear List As I was working on a project, I realized that when I use dnearneigh from spdep, two (or more) points that have the exact same coordinates are not considered neighbours and thus are not linked (even when the...

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

Duncan Murdoch, Many thank you for your reply. I did try to download the older versions from CRAN. But I am not quite sure how to compile the source form. I tried using the option "install package(s) from local...

RE : use of formula in survey analysis with replicated weights
LE TERTRE Alain · Jun 28, 2013 · r-help

Thanks for the workaround and the explanation Alain ________________________________________ De : Milan Bouchet-Valat [nalimilan at club.fr] Date d'envoi : vendredi 28 juin 2013 19:20 ? : LE TERTRE Alain Cc : 'R-help at r-project.org' Objet : Re: [R] use of...

quantile() type 1 for some ordered factors in R-devel
Trang Le · May 18, 2020 · r-devel

Hi Tobias, I believe this is due to the implementation of the new method for c(): c.factor() on May 11, 2020. I have very recently experienced issues around this addition as well. For this particular instance, the following line...

Rquantlib vs Bloomberg
Samuel Le · Sep 2, 2010 · r-sig-finance

Q1:Try with redemption=1 instead (and maybe price=1.01) -----Original Message----- From: r-sig-finance-bounces at stat.math.ethz.ch [mailto:r-sig-finance-bounces at stat.math.ethz.ch] On Behalf Of Gandhi, Puneet - RSCH AMRS...

"Matrix' with Functions
Samuel Le · Feb 3, 2011 · r-help

Hello, Here is a quick suggestion: F<-function(i,j,a,b,c,d) { res<-eval(parse(text=paste("f",i,j,"(a,b,c,d),sep=""))) return(res) } HTH, Samuel -----Original Message----- From: r-help-bounces at r-project...

Sample function and prob argument
le Gleut, Ronan · Jun 5, 2019 · r-help

Dear R-help mailing list, First of all, many many thanks for your great work on the R project! I have a very small issue regarding the sample function. Depending if we specify values for the prob argument, we don...

[R-jobs] FAO Statistical Yearbook consultant
Samuel Lê · Jan 12, 2015 · r-sig-jobs

Dear Amy, Same question here: do you accept remote applicants? Best Regards, Samuel On Mon, Jan 12, 2015 at 8:43 AM, M?rti?? Liberts <martins.liberts at gmail.com> wrote: > Dear Amy, > > I have the same question as Mark...

dnearneigh() from spdep: Points with the exact same location are not considered neighbours.
Maël Le Noc · Apr 11, 2017 · r-sig-geo

Dear List As I was working on a project, I realized that when I use dnearneigh from spdep, two (or more) points that have the exact same coordinates are not considered neighbours and thus are not linked (even when the...

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

Sure that doesn't work is not very informative. The error message is "Error in update.default(mod.init, new.form, data = mydata, na.action = na.omit) : need an object with call component" That's because he's looking at...

Questions regarding "integrate" function
Le Wang · Nov 22, 2006 · r-help

A follow-up. Thanks to Matthias, the codes worked very well. Le > On 11/18/06, Matthias Kohl <Matthias.Kohl at stamats.de> wrote: > > Hello, > > > > your integrand needs to be a function which accepts a numeric vector as > > first argument...

Arrangement of Lattice Histograms - Top to bottom and then left to right?
Les · Apr 5, 2011 · r-help

Hi List, Using Lattice, I have created a plot of histograms showing Fork Length by Year. The plot shows the histograms in 3 columns and 5 rows. Using the as.table=T function I can get the years to start...

quantile() type 1 for some ordered factors in R-devel
Trang Le · May 20, 2020 · r-devel

Hi Kurt, Thank you for fixing quantile(). However, do you think c.factor() can potentially break more functions? For example, with this new change, classification from the partykit package using predict() comes back NA because of this: https://github.com...

Is profile.mle flexible enough?
Arnaud Le Rouzic · Aug 3, 2010 · r-help

Many thanks to Ben and Peter for their help. Even if I am not really happy with it, I used the "environment" solution and got the results I expected. >> Issue #2 is stickier. I think I must say that the...

Summary: Random number generator in R compared to S
Alain LE TERTRE · Jan 15, 2003 · r-help

Thanks to tom blackwell and Paul Gilbert for the help on my question below. Tom suggested using a system command in S to run R (using a batch file), apply the functions, generate output in a file readable in S...

questions regarding "integrate" function in R
Le Wang · Nov 17, 2006 · r-help

Hi there. Thanks for your time in advance. My final goal is to calculate 1/2*integral of (f1(x)^1/2-f2(x)^(1/2))^2dx (Latex codes: $\frac{1}{2}\int^{{\infty}}_{\infty} (\sqrt{f_1(x)}-\sqrt...

Barrier options
Samuel Le · Nov 3, 2010 · r-sig-finance

My quick and dirty way to compute the Greeks: the finite difference method. For example to compute the Delta: epsilon<-0.001 x1<-BarrierOption(barrType="downin", type="call", underlying=100+epsilon,strike=100, dividendYield=0.02, riskFreeRate=0.03,maturity...

cannot install rgdal after updating to fedora32
Erwan LE PENNEC · Jun 28, 2020 · r-sig-geo

Using the new --disable-loadflags in install.packages: install.packages("rgdal_1.5-13.tar.gz", repos = NULL, type = "source", configure.args = "--disable-loadflags") should solve the issue. Erwan On Sun, Jun 28, 2020 at 3:42 PM Veronica Andreo...

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