Displaying 20 results from an estimated 512 matches for "gentlemans".
Did you mean:
gentleman
2009 Jan 20
1
Gentleman and Ihaka's integrity in question
It does look like Gentleman and Ihaka not only lied to the New York
Times, but also to the New Zealand Herald and who knows who else. This
is disgusting. The R programming language is the S programming
language, and Gentleman and Ihaka are not the ones who designed it.
http://thenewyorktimesissloppy.blogspot.com/
2007 Apr 18
1
Gentleman and Ihaka , 2000 paper question
In their paper, "Lexical Scope and Statistical Computing", the authors (
Gentleman and Ihaka ) go to great length explaining why R's use of
lexical scoping creates advantages when doing statistical computations.
If anyone has or is familiar with this paper, could they provide the
main program code for how the "newton" function would be called in their
example on page 500
2003 May 13
0
Robert Gentleman's talk to the Statis. Soc. of Canada
Users of R may find the "Message from the President" in the latest issue
of Liaison, the newsletter of the Statistical Society of Canada, to be
of interest. (http://www.ssc.ca/documents/pubs/Liaison17.2.pdf). In
this message Jim Ramsey, President of the SSC, describes his purpose
in inviting Robert Gentleman to give the President's Invited Address
at their annual general meeting.
2003 Nov 07
0
Electronic copy of Ihaka and Gentleman (1996)?
Hi,
The R FAQ suggests that we can cite Ihaka and Gentleman (1996) in
publications. Does anyone have an electronic copy of this that could
be (legally) made publically available -- my library here doesn't take
this journal (Journal of Computational and Graphical Statistics).
Otherwise, I can order it through interlibrary loan.
Thanks, Stephen
2011 Mar 17
0
The gentleman yangxin mo good sincere
Moths abuse sweet golden thread wisp, laughter and ying ying fragrant. All he found thousands of baidu,
fashion online (http://www.ebuybus.com) [Laughing]
2011 Aug 11
0
the gentleman's trip, the static with cultivate one's moral
Only I didn't laugh
The teacher often in class education everyone said, when seeing other defects and unfortunately, wholesalers:www.smbuys.com 10 million don't laugh at. One day, the little brown told the teacher say: "today have a campus a child fell into the puddle, everyone laugh, only I didn't laugh" "you do it right." teacher, "who praised fell into the
2001 Oct 02
1
problem with while loop with next (was RE: file connection, w hile, readLines and browser)
Dear R-help,
I think I have kinda isolated the problem I had to the following:
i <- 0
while( {i <- i + 1} < 5) {
if(i < 3) next
print(i)
}
This seems to go into an infinite loop. After I break the execution, i has
the value 1.
At the R prompt, if I start from i <- 0 and keep typing {i <- i + 1} < 5, it
eventually evaluate to TRUE. So why does the while loop not work?
2002 Jul 10
3
new user
Hi,
I'm a beginner of R.
I find it absoluty fantastic, flexible and very extensible.
For the moment only a curiosity.. Why the name R? (are they perhaps the
initials of Robert Gentleman and Ross Ihaka?, or is the name correlated with
S language?)
Sorry for my poor question but I am very curious
Thank in advance
Paolo C.
2001 Jan 10
2
nearest neighbors
Is there an implementation of a reasonable k-nearest neighbor finder
already in one of the packages?
--
+---------------------------------------------------------------------------+
| Robert Gentleman phone : (617) 632-5250 |
| Associate Professor fax: (617) 632-2444 |
| Department of Biostatistics office: not yet
2002 May 16
5
Bib. reference on R
I know I've seen the answer to this question
but could not find it now:
What's the appropriate(s) general reference(s)
for the "R language and environment for statistical computing and
graphics" that should be included
in a scientific article?
Thanks
Agus
Dr. Agustin Lobo
Instituto de Ciencias de la Tierra (CSIC)
Lluis Sole Sabaris s/n
08028 Barcelona SPAIN
tel 34 93409 5410
1998 Jul 16
2
R-beta: cite R -- how?
I want to cite R for an article. What is the right thing to do?
Shall I include "Notes on R" or is there a better way?
--
mailto:koloska at rcs.urz.tu-dresden.de
http://rcswww.urz.tu-dresden.de/~koloska/
-- --
right now the web page is in german only
but this will change as time goes by ;-)
2014 Aug 06
3
portableParalleSeeds Package violation, CRAN exception?
I'm writing to ask for a policy exception, or advice on how to make
this package CRAN allowable.
http://rweb.quant.ku.edu/kran/src/contrib/portableParallelSeeds_0.9.tar.gz
Yesterday I tried to submit a package on CRAN and Dr Ripley pointed
out that I had not understood the instructions about packages. Here's
the part where the R check gives a Note
* checking R code for possible
2008 Mar 12
4
hello! i need help for a specific graphic issue
hello, ladyes and gentlemans.
check this:
means<-c(4,6,8)
stand.error<-c(0.1,0.3,0.5)
now i've strongly tryed to scatterplot the
means(y-axis),by showing their sd with the
arrow(..,code=3,angle=90) function.
The problem is that my x-axis has categorical values
(say, factor(x)), and the arrows() can't recognize...
2001 Oct 02
1
RE: problem with while loop with next
Prof. Tierney,
Thanks very much for the info.
Why does the loop work if I move the assignment out of the condition? E.g.,
the following works:
i <- 0
while(i < 5) {
i <- i + 1
if(i < 3) next
print(i)
}
Regards,
Andy
> -----Original Message-----
> From: Luke Tierney [mailto:luke at nokomis.stat.umn.edu]
> Sent: Tuesday, October 02, 2001 3:36 PM
> To: Liaw, Andy
2001 May 30
2
new book
Just thought I would mention that there is a new O'Reilly book out,
"Developing Bioinformatics Computer Skills", which is ok, pretty
superficial about some things but at least it lets you know what is
happening and where.
R gets a few pages in there, 394-396, mostly nice press and accurate
except that Bill Venables (hi Bill) may be surprised to find out that
he is a member of the
1999 Oct 25
1
Citing R
I know that this general question has been asked before, but I have
encountered a picky reviewer. In the 'standard' reference for R:
R. Gentleman and R. Ihaka (1997). "The R language", In Proceedings of
the 28th Symposium on the Interface, L. Billard and N. Fisher Eds. The
Interface Foundation of North America.
is there a geographical location for the publisher and perhaps
2000 Feb 18
0
splitstr problem solved
Hi. Robert Gentleman's solution works. Thanks.
This seems to be a documentation bug; I will submit a separate report to
the bug list for completeness.
Matt
On Sat, 19 Feb 2000, Robert Gentleman wrote:
> On Fri, Feb 18, 2000 at 02:32:54PM -0500, Matthew Wiener wrote:
> > Hi, all.
> >
> > Using the patched version of R-0.99.0, I cannot reproduce the following
>
2004 Oct 06
2
Favor
Hello:
I want to write my thesis about the design and implementation of R, but I have
not enough information and that's why I'm looking for the article "Lexical
Scope and Statistical Computing" from Gentleman, but I don't want for the
moment
subscribe me to the American Statistical Association to download the article.
Could anyone of you send me that article??
Thanks
2008 Dec 10
0
FW: Kegg.db with GOstats
-----Original Message-----
From: Robert Gentleman [mailto:rgentlem@fhcrc.org]
Sent: Wed 10/12/2008 18:47
To: Legaie, Roxane
Subject: Re: Kegg.db with GOstats
Hi Roxanne,
Can you redirect your question to the mailing list. And, you can find the
answer in the mailing list archives...
best wishes
Robert
Legaie, Roxane wrote:
> Dear Robert Gentleman,
> I am currently working on
1997 Oct 20
2
R-alpha: system() ok -- is.R() function
Martin
Your revisions to my S--R compatability code suggest that tempfile() is
in R after 0.49. I don't find that to be the case. It requires code from
Friedrich Leisch which still has to be added as of 0.50 alpha3.
Paul
_______
R : Copyright 1997, Robert Gentleman and Ross Ihaka
Version 0.50 Alpha-3 (August 8, 1997)
> exists("tempfile", mode = 'function')
[1] FALSE
>