Displaying 20 results from an estimated 10000 matches similar to: "R-alpha: A Quick Way to Kill S ..."
1997 May 25
1
R-alpha: cat
Kurt,
here's what S does (I recall going to some effort to duplicate the,
at times, seemingly unusual behaviour of cat)
S-PLUS : Copyright (c) 1988, 1996 MathSoft, Inc.
S : Copyright AT&T.
Version 3.4 Release 1 for Sun SPARC, SunOS 4.1.3_U1 : 1996
Working data will be in /users/rdev/rgentlem/.Data
> x <- factor(c(1:3, NA), exclude=numeric(0))
> x
[1] 1 2 3 NA
>
1997 Oct 09
0
R-alpha: [sboker@calliope.psych.nd.edu: Re: S-PLUS on UNIX plans]
--Multipart_Thu_Oct__9_10:41:03_1997-1
Content-Type: text/plain; charset=US-ASCII
In case you did not realize how much this is related to R :
--Multipart_Thu_Oct__9_10:41:03_1997-1
Content-Type: message/rfc822
Return-Path: s-sender@utstat.toronto.edu
From: "Steven M. Boker" <sboker@calliope.psych.nd.edu>
Date: Wed, 8 Oct 97 16:37:05 -0500
To: s-news@utstat.toronto.edu
Subject:
1997 May 02
0
R-beta: Splus vs R
> If I were Mathsoft I would be less than pleased
> at the development of R and would try to stop it if I could.
I would not assume that Mathsoft must have such a negative view towards R.
The reasons are roughly summarized by the analogy that a smaller part of a
big pie is often better than a bigger part of a small pie.
Mathsoft's limited success in addressing the student market has
1997 Apr 16
0
R-alpha: R-FAQ
Attached is an updated version of the FAQ, to be released right after
0.50 is out. Please have a look, and let me know where improvements are
needed.
Thanks,
-k
*******************************************
R FAQ
Kurt Hornik
v0.1-0, 1997/04/16
This document contains answers to some of the most frequently asked
questions about R. Feedback is welcome.
2013 Jun 13
0
fecha primera versión de R
Hola,
Yo creo que probé de las primeras versiones de R, aunque todavía tenía
ciertas dudas sobre su futuro porque por aquel entonces ya usaba S-Plus en
el trabajo y no veía mucha necesidad de usar algo menos potente (trabajaba
en ATT y tuvimos visitas del grupo de Bell-Labs de Bill Cleveland, nos
hicieron unos desarrollos sobre Splus para unos temas de producción
bastante alucinantes - de esto
1998 Mar 26
1
R-beta: mfg weirdness + future of graphics pars
Ross Ihaka writes:
>
> I just checked my S manual and it appears that layout
> parameters like can "mfg" only be given in par().
Yes. pty is another, for example.
> I think that in fact "mfg" is only meant to be queried.
No. One use for setting mfg is to produce a page of plots in
portrait orientation with, say, two small plots on the top half
of the page
1997 Aug 25
0
R-alpha: R FAQ
Attached is a snapshot of the new version of the FAQ. What is still
missing is something on eval and .Options versus options(). As always,
feedback is greatly appreciated.
Best,
-k
***********************************************************************
R FAQ
Kurt Hornik
v0.2-0, 1997/09/01
This document contains answers to some of the most frequently asked
questions about R. Feedback
1997 Apr 30
1
R-beta: Re: S Compatibility
At 03:28 30/04/97, ihaka at stat.auckland.ac.nz wrote:
>Bill Venables writes:
> (As a complete side-issue, Brian Ripley and I have a kind of
> convention: we refer to the language as "S" and the commercial
> product as "S-PLUS". There is a useful distinction to be made.)
>
>This is generally what I try to do too.
>
>However, I suspect though that most
1998 Jan 05
0
as.numeric changes?
[another spill over from R-core
concering the new behavior of as.numeric(.) for factors. - MM]
>>>>> "Ross" == Ross Ihaka <ihaka@stat.auckland.ac.nz> writes:
Ross> Thomas Lumley writes:
> On 27 Dec 1997, Peter Dalgaard BSA wrote:
> > Thomas Lumley <thomas@biostat.washington.edu> writes:
> >
> > > Now as.numeric() operates
1997 Oct 03
1
R-beta: Some General Questions
I would like to introduce R to the statistical community at large in
the Washington, D.C. area. I will be giving a presentation, a part of
which will be devoted to a discussion of R, before the Washington
Statistical Society (WSS) on 15 October. Anyone residing in the D.C.
area is welcomed to come. Also, if a developer should have plans of
being Washington and would
2003 Sep 11
1
discrepancy between R and Splus lm.influence() functions for family=Gamma(link=identity)
Hello,
I am looking for an explanation and/or fix for a discrepancy in the behaviour of the R lm.influence() function [ version R 1.5.0 (2002-04-29) ] and the same function in Splus [ Splus version 5.1 release 1, running on SGI IRIX 6.2]. The discrepancy is of concern because I am migrating some Splus scripts to R and need to ensure consistency of results.
Specifically, when I fit a glm()
1997 Apr 23
0
R-beta: R-FAQ v0.1-0
A much updated R FAQ is now available at the URL
http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
The plain text version is appended below.
-k
*****************************************************************************
* Kurt Hornik * *
* Dept of Statistics TU Wien * tel: +43 (1) 58801-4542 *
* Wiedner Hauptstr
1997 Apr 23
0
R-beta: R-FAQ v0.1-0
A much updated R FAQ is now available at the URL
http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
The plain text version is appended below.
-k
*****************************************************************************
* Kurt Hornik * *
* Dept of Statistics TU Wien * tel: +43 (1) 58801-4542 *
* Wiedner Hauptstr
1999 Jan 25
1
COMMERCIAL: S-PLUS Data Analysis Software now Available on Linux (fwd)
I thought R users might be interested (surprised) to hear that R will have
some competition on Linux now.
Bill
---------- Forwarded message ----------
Date: Sun, 24 Jan 1999 01:37:15 GMT
From: Cheryl Mauer <cmauer at statsci.com>
Newsgroups: comp.os.linux.announce
Subject: COMMERCIAL: S-PLUS Data Analysis Software now Available on Linux
Followup-To: comp.os.linux.misc
-----BEGIN PGP
1997 May 15
4
R-alpha: A Couple of Queries
1) I have been working on making R libraries more like those in S.
I thought it might be advisable to discuss the ideas before springing
them on you. What I have done is changed things so that each library
has its own frame on the search path. E.g.
> search()
[1] ".GlobalEnv" "library:base"
> library("eda")
> search()
[1] ".GlobalEnv"
2005 Feb 02
1
anova.glm (PR#7624)
There may be a bug in the anova.glm function.
deathstar[32] R
R : Copyright 2004, The R Foundation for Statistical Computing
Version 2.0.1 (2004-11-15), ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project
1997 May 22
2
R-alpha: options(..) vs. .Options // Re(1i) = 2.4976e-307
The .Options
vector had been introduced a while ago after my suggestion
(see Ross's E-mail below).
.Options$digits is used be default in several print methods (eg print.lm),
however, deparse(.) e.g., uses options()$width, and not .Options$width.
Another problem is that .Options
is still not in the documentation (on-line help).
Before one could add it there, we'd need ``the
2001 Jan 24
0
DSC 2001: 2nd CFP
DSC 2001
International Workshop on Distributed Statistical Computing
http://www.ci.tuwien.ac.at/Conferences/DSC-2001/
March 15--17, 2001
Vienna, Austria
The second international workshop on `Distributed Statistical Computing'
(DSC 2001) will take place at the Technische Universität Wien in Vienna,
Austria from 2001-03-15 to 2001-03-17. This workshop will deal with
future directions in
2012 Aug 22
0
Winbind/AD/NFSv4: can't `ls/cd` private directory?
Hello everyone,
We have a CentOS 6.3 NFSv4 server and client, and we've run into a situation where the client is unable to list "private" (chmod 700-ed) directories, even if the current user owns the directory in question.
A bit more background: we're also using Samba 3.5+Winbind to provide authentication and UID/GID mapping against a Windows 2008 R2 domain controller.
2005 Nov 26
1
list.files(recursive=T) does not return directory names
list.files() (and dir()) don't appear to return names of
directories when one uses the recursive=T argument. E.g.,
> dir(file.path(R.home(),"library"), pattern="^R$", recursive=T)
[1] "Malmig/help/R"
but the unix find commmand finds lots of R directories
> z <- system(paste("find", file.path(R.home(),"library"), "-name