Displaying 20 results from an estimated 10000 matches similar to: "Different behaviour of unique(), R vs. Splus."
2004 Jun 29
1
RE: [S] Different behaviour of unique(), R vs. Splus.
The source of the incompatibility:
In S-PLUS 6.2:
> methods("unique")
splus splus menu splus
"unique.data.frame" "unique.default" "unique.name" "unique.rowcol.names"
In R-1.9.1:
> methods("unique")
[1] unique.array unique.data.frame unique.default unique.matrix
2002 Jun 20
6
Legality of copying from Splus.
A few days ago, I sent a question to the r-help list enquiring
about the
*** LEGALITY ***
of porting a function from Splus into R. As a particular example,
I referred to error.bar.
Several people posted code for various versions of error.bar which
they had written, but that was NOT WHAT I WAS ASKING FOR/ABOUT!!!
[Can't anybody ***read*** these days?]
I asked: IS IT
2001 Nov 24
1
Are you experienced in SAS ...
I'd just like to put in my two bob's worth:
The ***only*** thing for which I prefer SAS to R/Splus, but it's
a very important thing, is the analysis of mixed linear models.
One can do the same analyses in both languages. The difference is
that the SAS syntax for specifying such a model, and its output, is
comprehensible to the human mind, which is what I'm equipped with.
The
2006 Aug 22
0
3 September Courses: (1) Regression Modeling Strategies in R/Splus, (2) R/Splus Advanced Programming, (3) R/Splus Fundamentals
XLSolutions Corporation (www.xlsolutions-corp.com) is proud to announce
our September courses:
(1) Regression Modeling Strategies in R/Splus --- by Prof Frank Harrell
http://xlsolutions-corp.com/Rstats2.htm
*** Washington DC, September 28-29, 2006 ***
(2) R/Splus Advanced Programming --- by the R Development Core Team
Guru!
2002 Feb 26
0
Package ``deldir'' available from CRAN.
A package for calculating and plotting the Delaunay triangulation and
the Dirichlet/Voronoi tessellation, of a planar set of points, is now
available from CRAN. The package is called ``deldir''.
The package consists of a port from Splus to R of a library section
which has been available for some time from the Splus software
segment of statlib. (The Splus library section is called
2006 May 02
0
2 Courses - (1) R/Splus Advanced Programming (2) R/Splus Fundamentals in Seattle - June 2006
XLSolutions Corporation ([1]www.xlsolutions-corp.com) is proud to
announce
2 courses in Seattle this June (Same week!).
(1) R/Splus Advanced Programming *** Seattle/June 8-9, 2006 ***
[2]http://www.xlsolutions-corp.com/Radv.htm
(1) R/Splus Fundamentals and Programming Techniques
*** San Francisco/ May 25-26, 2006***
2008 Jun 04
1
Splus/R typedef for C equivalent of S "integer"
We've been working on making it easier to write
packages that work in both R and Splus. One issue
is that R and Splus use different internal representations
of integers and this makes a difference on their 64-bit
versions: R uses ints (32 bits on 32-bit and 64-bit versions
of R) and Splus uses longs (32 bits on 32-bit Splus and
64 bits on 64-bit Splus). The obvious ways to deal with
the
2004 Jan 13
0
nlminb(Splus) vs optim(R)
Dear, R experts.
I have two program codes, one is made by Splus and the other
is made by transferring from Splus code. Because "nlminb" function
in Splus is equivalent to "optim" in R, I expected to get exactly same
result. But, sometime there is too large differece (greater than 2%)
between two outputs. I looked two help files.
According to those, in Splus, quasi-Newton
2006 May 10
0
Courses - R/Splus Advanced Programming ***by the R Development Core Tean Guru In Seattle and San Francisco ***June/July***
XLSolutions Corporation ([1]www.xlsolutions-corp.com) is proud to
announce
our*** R/S Advanced Programming ***courses in Seattle and San
Francisco
this summer by the R Development Core Team Guru!
(1) R/Splus Advanced Programming *** Seattle/June 8-9, 2006 ***
*** San Francisco / July 13-14, 2006
***
1998 Feb 23
1
R-beta: Help: cov.mve in R? dgamma in Splus?
Hi all
I have a couple of obscure questions for R/Splus experts (which
unfortunately isn't me!)
I am trying to compute Bayes Factors using some Splus code of Raftery
in Gilks et al (1996). Only problem is
1) R doesn't seem to have a robust covariance (cov.mve) which I
suspect I need rather than a non-robust classical estimate
2) Splus has cov.mve BUT dgamma in Splus doesn't have a
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()
2002 Feb 21
0
Re: [S] Splus vs. R & Linux vs. Windows
--- "Paul, David A" <paulda at BATTELLE.ORG> wrote:
> Four questions:
>
> (1) Is Splus faster (on a PC) under Linux than under
> Windows? I am
> specifically thinking of intensive loops here, but
> would also
> solicit
> information regarding how Splus stores information
> within the Linux
> system vx. Windows
>
> (2) Can Splus under
2002 Jun 17
3
Error bars.
There was an inquiry on this list recently about plotting some simple
error bars on a graph. Now Splus has a function (error.bar ---
originally written by Sue Clancy of DMS, CSIRO, I believe) to do this
job virtually at the touch of a key. (Well a few keys. :-) ) The
error.bar function is written completely in raw S --- no calls to
``.Internal'' or anything like that. So it would be
2006 Jul 27
0
Moving from Splus to R - advice/opinions request from amanagement perspective
Hi Dave. I'll try to offer some feedback from a fellow non-stats guy
working in a business setting. I've not directly transitioned from S+
to R, but I've previously hit roadblocks with SAS and SPSS that
compelled me to investigate the S/R languages.
I think that as you read messages on this list, you'll find that most
users don't implement R as a back end to a chain of
1998 Aug 29
1
R-beta: Splus -> R migration issues
I've recently installed R for RH5.0 Linux and been considering moving
existing work from Splus (Windows, 4.5). Also installed the win95 R, but
this doesn't seem to work as well, and in any case the idea is to move
toward Linux.
1 I attach and detach directories freely and often in Splus. Is it
anticipated that it will be possible to do this in R in the future?
2 The ascii representation
2000 Dec 06
2
Re: R or Splus
Thanks to all for the input.
rgentlem at jimmy.harvard.edu said:
>If you really want help --
no, I just thought I'd waste some bandwidth. :-)
>If on the other hand you
>just want some reassurance that Splus is indeed a commerical package
oh gee, thanks, I wasn't sure about that.
When I had said:
>> R can't handle files named x. If I can use Splus, should I just
2001 Apr 03
2
Importing from Splus (PR#891)
Full_Name: Ernesto Jardim
Version: 1.2.2
OS: SuSE Linux 6.4
Submission from: (NULL) (193.137.98.92)
I wanted to import an array, dim=c(28,12,17), from splus into R.On splus I did
dump(c("array"),file="dump.out)
I checked and Splus could source it.
Than, in R I tryied to source it with:
source("dump.out")
and got and error message:
> source("dump.out")
2012 May 16
2
Splus equivalent of reshape in R
Hello R/Splus users..
I am posting in R discussion group in hope of wider response compared to
what I received from Splus user groups....
Was wondering if there is any function available in Splus 8.2 that is
equivalent to "reshape" of R?
Below is a sample dataset. Size [both rows and columns) of the dataset may
vary
X1 Y1 Y2 Y3
0.25 40 38 22
0.5 44 41
2003 Aug 16
1
equivalent of Splus command axis(..., srt=45, adj=1) in R
Dear R-users
moving from Splus to R (under Windows), I notice that command "srt" within a
plot in the original Splus code is ignored by R.
For example, if a plot something and then include the line of code
axis(1, at=Time, labels=Text, srt=45, adj=1)
the srt=45 command within the axis() command fails to draw Text at 45
degrees on the x-axis in R but it works properly in Splus.
I will
2005 Sep 14
1
non-central t : R v.Splus
Hi
For bureaucratic reasons beyond my control I need to rewrite an R function
(for producing operating characteristic curves) as an Splus function (
version 6 , windows XP ).
The R function makes extensive use of the fact that the student's t
distribution function pt() has a non-centrality parameter built in ...
sadly that parameter is not present in the Splus pt() function .