Re: [R] SPlus script

2013-06-07 Thread Duncan Murdoch
On 13-06-06 6:22 PM, Rolf Turner wrote: On 07/06/13 03:19, Scott Raynaud wrote: I actually had tried placing arguments in the call but it didn't work. However, I did not think about writing it to a variable and printing. That seems to have done the trick. Funny, I don't remember having to

Re: [R] SPlus script

2013-06-07 Thread Rolf Turner
On 07/06/13 23:05, Duncan Murdoch wrote: On 13-06-06 6:22 PM, Rolf Turner wrote: On 07/06/13 03:19, Scott Raynaud wrote: I actually had tried placing arguments in the call but it didn't work. However, I did not think about writing it to a variable and printing. That seems to have done

Re: [R] SPlus script

2013-06-07 Thread William Dunlap
:17 PM To: Duncan Murdoch Cc: r-help@r-project.org; Scott Raynaud Subject: Re: [R] SPlus script On 07/06/13 23:05, Duncan Murdoch wrote: On 13-06-06 6:22 PM, Rolf Turner wrote: On 07/06/13 03:19, Scott Raynaud wrote: I actually had tried placing arguments in the call but it didn't work

Re: [R] SPlus script

2013-06-07 Thread Rolf Turner
tibco.com -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Rolf Turner Sent: Friday, June 07, 2013 4:17 PM To: Duncan Murdoch Cc: r-help@r-project.org; Scott Raynaud Subject: Re: [R] SPlus script On 07/06/13 23:05, Duncan Murdoch

Re: [R] SPlus script

2013-06-07 Thread William Dunlap
PM To: William Dunlap Cc: r-help@r-project.org Subject: Re: [R] SPlus script Very interesting. But what explicitly happens with ***source()*** in Splus??? cheers, Rolf On 08/06/13 11:33, William Dunlap wrote: foo - function(x) { sin(42

Re: [R] SPlus script

2013-06-06 Thread Scott Raynaud
Cc: Sent: Wednesday, June 5, 2013 2:17 PM Subject: RE: [R] SPlus script Both the R and S+ versions (which seem to differ only in the use of _ for assignment in the S+ version) do nothing but define some functions.  You would not expect any printed output unless you used those functions on some

Re: [R] SPlus script

2013-06-06 Thread Ista Zahn
...@yahoo.com; r-help@r-project.org r-help@r-project.org Cc: Sent: Wednesday, June 5, 2013 2:17 PM Subject: RE: [R] SPlus script Both the R and S+ versions (which seem to differ only in the use of _ for assignment in the S+ version) do nothing but define some functions. You would

Re: [R] SPlus script

2013-06-06 Thread Scott Raynaud
appreciated. - Original Message - From: William Dunlap wdun...@tibco.com To: Scott Raynaud scott.rayn...@yahoo.com; r-help@r-project.org r-help@r-project.org Cc: Sent: Wednesday, June 5, 2013 2:17 PM Subject: RE: [R] SPlus script Both the R and S+ versions (which seem to differ only

Re: [R] SPlus script

2013-06-06 Thread Ista Zahn
. - Original Message - From: William Dunlap wdun...@tibco.com To: Scott Raynaud scott.rayn...@yahoo.com; r-help@r-project.org r-help@r-project.org Cc: Sent: Wednesday, June 5, 2013 2:17 PM Subject: RE: [R] SPlus script Both the R and S+ versions (which seem to differ only in the use

Re: [R] SPlus script

2013-06-06 Thread Scott Raynaud
to diagnose and fix the problem. - Original Message - From: Ista Zahn istaz...@gmail.com To: Scott Raynaud scott.rayn...@yahoo.com Cc: William Dunlap wdun...@tibco.com; r-help@r-project.org r-help@r-project.org Sent: Thursday, June 6, 2013 9:15 AM Subject: Re: [R] SPlus script Presumably

Re: [R] SPlus script

2013-06-06 Thread Rolf Turner
On 07/06/13 03:19, Scott Raynaud wrote: I actually had tried placing arguments in the call but it didn't work. However, I did not think about writing it to a variable and printing. That seems to have done the trick. Funny, I don't remember having to do that before, but that's not

[R] SPlus script

2013-06-05 Thread Scott Raynaud
This originally was an SPlus script that I modifeid about a year-and-a-half ago.  It worked perfectly then.  Now I can't get any output despite not receiving an error message.  I'm providing the SPLUS script as a reference.  I'm running R15.2.2.  Any help appreciated.   

Re: [R] SPlus script

2013-06-05 Thread Pascal Oettli
Hello, 1) It is always nice to say something as Hello, 2) What do you want us to do with that script, without the required commented, minimal, self-contained, reproducible code? 3) The lastest version of R is 3.0.1. Regards, Pascal 2013/6/5 Scott Raynaud scott.rayn...@yahoo.com This

Re: [R] SPlus script

2013-06-05 Thread Scott Raynaud
See my comments below. From: Pascal Oettli kri...@ymail.com To: Scott Raynaud scott.rayn...@yahoo.com Sent: Wednesday, June 5, 2013 10:02 AM Subject: Re: [R] SPlus script Hello, 1) It is always nice to say something as Hello, Tried, but could make it come out

Re: [R] SPlus script

2013-06-05 Thread peter dalgaard
On Jun 5, 2013, at 20:58 , Scott Raynaud wrote: See my comments below. From: Pascal Oettli kri...@ymail.com To: Scott Raynaud scott.rayn...@yahoo.com Sent: Wednesday, June 5, 2013 10:02 AM Subject: Re: [R] SPlus script Hello, 1) It is always nice

Re: [R] SPlus script

2013-06-05 Thread William Dunlap
, TIBCO Software wdunlap tibco.com -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Scott Raynaud Sent: Wednesday, June 05, 2013 6:21 AM To: r-help@r-project.org Subject: [R] SPlus script This originally was an SPlus script

Re: [R] SPlus script

2013-06-05 Thread Scott Raynaud
, 2013 2:17 PM Subject: RE: [R] SPlus script Both the R and S+ versions (which seem to differ only in the use of _ for assignment in the S+ version) do nothing but define some functions.  You would not expect any printed output unless you used those functions on some data.  Is there another script

Re: [R] SPlus script

2013-06-05 Thread Duncan Mackay
-project.org Cc: Sent: Wednesday, June 5, 2013 2:17 PM Subject: RE: [R] SPlus script Both the R and S+ versions (which seem to differ only in the use of _ for assignment in the S+ version) do nothing but define some functions. You would not expect any printed output unless you used those functions

Re: [R] Splus equivalent of reshape in R

2012-05-16 Thread Jim Lemon
On 05/16/2012 01:18 PM, Santosh wrote: 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

[R] Splus equivalent of reshape in R

2012-05-15 Thread Santosh
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

Re: [R] Splus equivalent of reshape in R

2012-05-15 Thread David Winsemius
On May 15, 2012, at 11:18 PM, Santosh wrote: 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

Re: [R] SPlus to R

2011-10-06 Thread Scott Raynaud
0.7996266 0.7997703 0.8002355 0.8009229 0.8014502 0.8015201 [29] 0.8013688 0.8016032 0.8025078 0.8035148 0.8040642   From: Bert Gunter gunter.ber...@gene.com Cc: r-help@r-project.org Sent: Wednesday, October 5, 2011 2:25 PM Subject: Re: [R] SPlus to R Consider

Re: [R] SPlus to R

2011-10-06 Thread Scott Raynaud
0.8014502 0.8015201 [29] 0.8013688 0.8016032 0.8025078 0.8035148 0.8040642   From: Bert Gunter gunter.ber...@gene.com Cc: r-help@r-project.org Sent: Wednesday, October 5, 2011 2:25 PM Subject: Re: [R] SPlus to R Consider: f - function(x){ x- 10;x^2} f() [1

Re: [R] SPlus to R

2011-10-06 Thread David Winsemius
On Oct 6, 2011, at 11:17 AM, Scott Raynaud wrote: I'm re-posting this since it did not appear at the end of the thread. Sorry for the inconvenience. Not sure why it's giving the message: An embedded and charset-unspecified text was scrubbed... As far as I know my replies are set up as

Re: [R] SPlus to R

2011-10-05 Thread Joshua Wiley
Hi Scott, I am not familiar with S-Plus (though many aspects are quite similar to R). I will say that your function looks approximately correct. I am not familiar with the ss.rand function. I searched, and found some things that I suspect are similar in the packages MBESS, but without knowing

Re: [R] SPlus to R

2011-10-05 Thread Spencer Graves
When R was invented, nearly all of the core R functions were written to produce exactly the same answers as those returned by S-Plus. Some very minor exceptions were made for time series functions, for example, where better algorithms in R produced slightly better fits. There may be

Re: [R] SPlus to R

2011-10-05 Thread Patrick Burns
I had thought that the problem might be: return(ne=ne1) since R doesn't support that any more. But when I tried it, I got results (just without the name on the output). Better would be to change that line to: list(ne=ne1) ('return' is seldom necessary in either R or S+.) I'd suggest putting

Re: [R] SPlus to R

2011-10-05 Thread Barry Rowlingson
On Wed, Oct 5, 2011 at 2:53 AM, Scott Raynaud scott.rayn...@yahoo.com wrote: I'm trying to convert an S-Plus program to R.  Since I'm a SAS programmer I'm not facile is either S-Plus or R, so I need some help.  All I did was convert the underscores in S-Plus to the assignment operator -. 

Re: [R] SPlus to R

2011-10-05 Thread Scott Raynaud
: Re: [R] SPlus to R te: I'm trying to convert an S-Plus program to R.  Since I'm a SAS programmer I'm not facile is either S-Plus or R, so I need some help.  All I did was convert the underscores in S-Plus to the assignment operator -.  Here are the first few lines of the S-Plus file

Re: [R] SPlus to R

2011-10-05 Thread Kevin E. Thorpe
Rowlingsonb.rowling...@lancaster.ac.uk Cc: r-help@r-project.orgr-help@r-project.org Sent: Wednesday, October 5, 2011 4:02 AM Subject: Re: [R] SPlus to R te: I'm trying to convert an S-Plus program to R. Since I'm a SAS programmer I'm not facile is either S-Plus or R, so I need some help. All I did

Re: [R] SPlus to R

2011-10-05 Thread Uwe Ligges
-project.orgr-help@r-project.org Sent: Wednesday, October 5, 2011 4:02 AM Subject: Re: [R] SPlus to R te: I'm trying to convert an S-Plus program to R. Since I'm a SAS programmer I'm not facile is either S-Plus or R, so I need some help. All I did was convert the underscores in S-Plus

Re: [R] SPlus to R

2011-10-05 Thread Barry Rowlingson
On Wed, Oct 5, 2011 at 12:44 PM, Scott Raynaud scott.rayn...@yahoo.com wrote: Hope I did this right.  I repeated what I'd done before: 1) Opened script 2) Selected run all (this produced my inital post Then as suggested I: 3) Typed ls() 4) Saw that the function was present and issued

Re: [R] SPlus to R

2011-10-05 Thread William Dunlap
Subject: [R] SPlus to R I'm trying to convert an S-Plus program to R.  Since I'm a SAS programmer I'm not facile is either S- Plus or R, so I need some help.  All I did was convert the underscores in S-Plus to the assignment operator -.  Here are the first few lines of the S-Plus file: sshc

Re: [R] SPlus to R

2011-10-05 Thread William Dunlap
@r-project.org Subject: Re: [R] SPlus to R It looks like this code was written for S+ 4.5 (aka '2000') or before, which was based on S version 3. Try changing return(name1=value1, name2=value2) to return(list(name1=value1, name2=value2)) In S+ from 5.0 onwards return(name=value

Re: [R] SPlus to R

2011-10-05 Thread Barry Rowlingson
On Wed, Oct 5, 2011 at 4:54 PM, Scott Raynaud scott.rayn...@yahoo.com wrote: It seems I have things set up correctly.  I suspect that the arguments sshc(100,10) are the isuue.  It seems that the 100,10 is not necessary since the code itself specifies the arguments.  It runs and produces a power

Re: [R] SPlus to R

2011-10-05 Thread William Dunlap
:08 AM To: Scott Raynaud Cc: r-help@r-project.org Subject: Re: [R] SPlus to R On Wed, Oct 5, 2011 at 4:54 PM, Scott Raynaud scott.rayn...@yahoo.com wrote: It seems I have things set up correctly.  I suspect that the arguments sshc(100,10) are the isuue.  It seems that the 100,10

Re: [R] SPlus to R

2011-10-05 Thread Scott Raynaud
; r-help@r-project.org r-help@r-project.org Sent: Wednesday, October 5, 2011 8:03 AM Subject: Re: [R] SPlus to R On 05.10.2011 13:44, Scott Raynaud wrote: Hope I did this right.  I repeated what I'd done before: 1) Opened script 2) Selected run all (this produced my inital post

Re: [R] SPlus to R

2011-10-05 Thread Scott Raynaud
), right?  I;m still not sure, however, why that would be necessary since it's hard coded. From: Barry Rowlingson b.rowling...@lancaster.ac.uk Cc: r-help@r-project.org r-help@r-project.org Sent: Wednesday, October 5, 2011 9:27 AM Subject: Re: [R] SPlus to R ote

Re: [R] SPlus to R

2011-10-05 Thread Bert Gunter
, however, why that would be necessary since it's hard coded. From: Barry Rowlingson b.rowling...@lancaster.ac.uk Cc: r-help@r-project.org r-help@r-project.org Sent: Wednesday, October 5, 2011 9:27 AM Subject: Re: [R] SPlus to R ote: Hope I did

[R] SPlus to R

2011-10-04 Thread Scott Raynaud
I'm trying to convert an S-Plus program to R.  Since I'm a SAS programmer I'm not facile is either S-Plus or R, so I need some help.  All I did was convert the underscores in S-Plus to the assignment operator -.  Here are the first few lines of the S-Plus file:   sshc _ function(rc, nc, d,

[R] SPLUS Seqtrial vs. R Packages for sequential clinical trials designs

2009-12-17 Thread Paul Miller
Hello Everyone,   I’m a SAS user who has recently become interested in sequential clinical trials designs. I’ve discovered that the SAS based approaches for these designs are either too costly or are “experimental.” So now I’m looking for alternative software. Two programs that

Re: [R] SPLUS Seqtrial vs. R Packages for sequential clinical trials designs

2009-12-17 Thread David Freedman
You'll probably want to take a look at the CRAN Task View, http://cran.r-project.org/web/views/ClinicalTrials.html david freedman Paul Miller wrote: Hello Everyone,   I’m a SAS user who has recently become interested in sequential clinical trials designs. I’ve discovered that the

Re: [R] SPLUS Seqtrial vs. R Packages for sequential clinical trials designs

2009-12-17 Thread Marc Schwartz
On Dec 17, 2009, at 9:58 AM, Paul Miller wrote: Hello Everyone, I’m a SAS user who has recently become interested in sequential clinical trials designs. I’ve discovered that the SAS based approaches for these designs are either too costly or are “experimental.” So now I’m looking for

Re: [R] Splus

2009-11-13 Thread Duncan Murdoch
ozgur gultekin wrote: I am modelling oil price data in s plus, but I have some problem in my code, especially while I am estimating my model (ARMA GARCH) and also I have some question too, anyone can help me about S-plus? I think it has same syntax with R You should call their tech support,

[R] Splus

2009-11-12 Thread ozgur gultekin
I am modelling oil price data in s plus, but I have some problem in my code, especially while I am estimating my model (ARMA GARCH) and also I have some question too, anyone can help me about S-plus? I think it has same syntax with R Best reagards Ozgur

[R] June R/Splus Courses: Nationwide Back2back (1) R/S+ Fundamentals and (2) R/S-Plus Advanced Programming. in San Francisco, New York City, Boston, Washington DC, Seattle and Salt Lake City

2009-05-13 Thread Sue Turner
By popular demand, XLSolutions has scheduled second back2back courses in New York City, San Francisco, Boston, Washington DC, Seattle and Salt Lake City. Taught by top R/S+ gurus! This is a second in our 9 years of teaching R/Splus Courses. West Coast---back2back--- East Coast (1) R/S

[R] April R/Splus Courses: Back2back (1) R/S+ Fundamentals and (2) R/S-Plus Advanced Programming. in San Francisco and New York City

2009-04-08 Thread Sue Turner
By popular demand, XLSolutions has scheduled first back2back courses in New York City and San Francisco taught by top R/S+ gurus! This is a first in our 9 years of teaching R/Splus Courses. West Coast---back2back--- East Coast (1) R/S-PLUS Fundamentals and Programming Techniques http

[R] Course - March/April ** R / Splus ** course in New York City and San Francisco*** by XLSolutions Corp

2009-03-10 Thread s...@xlsolutions-corp.com
XLSolutions Corporation (www.xlsolutions-corp.com) is proud to announce our*** R/Splus Fundamentals and Programming Techniques and R Advanced Programming***courses at USA locations for March - April 2009. * New York City ** March 19-20, 2009 * San Francisco

[R] 5 Courses*** R/Splus Fundamentals R Advanced Programming: March - April 2009 at USA locations by XLSolutions Corp

2009-02-03 Thread s...@xlsolutions-corp.com
XLSolutions Corporation (www.xlsolutions-corp.com) is proud to announce our*** R/Splus Fundamentals and Programming Techniques and R Advanced Programming***courses at USA locations for March - April 2009. (1) R/Splus Fundamentals and Programming Techniques http://www.xlsolutions-corp.com

[R] Courses*** R/Splus Fundamentals R Advanced Programming: November - December 2008 at 3 locations by XLSolutions Corp

2008-11-04 Thread [EMAIL PROTECTED]
XLSolutions Corporation (www.xlsolutions-corp.com) is proud to announce our*** R/Splus Fundamentals and Programming Techniques and R Advanced Programming***courses at 3 USA locations for November - December 2008. (1) R/Splus Fundamentals and Programming Techniques http://www.xlsolutions

[R] Courses*** R+/Splus (1) Fundamentals - (2) Advanced Programming : October 2008 at 3 locations by XLSolutions Corp

2008-09-30 Thread [EMAIL PROTECTED]
XLSolutions Corporation (www.xlsolutions-corp.com) is proud to announce our*** R+/Splus ***courses at 3 USA locations for October 2008. (1) R+/Splus Fundamentals and Programming Techniques http://www.xlsolutions-corp.com/rplus.asp * San Francisco ** October 23-24, 2008

[R] 3 Courses*** R/Splus Fundamentals and Programming Techniques: September 2008 at 3 locations by XLSolutions Corp

2008-09-04 Thread [EMAIL PROTECTED]
rXLSolutions Corporation (www.xlsolutions-corp.com) is proud to announce our*** R/Splus Fundamentals and Programming Techniques***course at 3 USA locations for September 2008. (1) R/Splus Fundamentals and Programming Techniques http://www.xlsolutions-corp.com/Rfund.htm * San Francisco

[R] 3 Courses*** R/Splus Fundamentals and Programming Techniques: September 2008 at 3 locations by XLSolutions Corp

2008-08-12 Thread [EMAIL PROTECTED]
XLSolutions Corporation (www.xlsolutions-corp.com) is proud to announce our*** R/Splus Fundamentals and Programming Techniques***course at 3 USA locations for September 2008. (1) R/Splus Fundamentals and Programming Techniques http://www.xlsolutions-corp.com/Rfund.htm * San Francisco

[R] R/Splus Advanced Programming Course in Seattle: August 14-15

2008-08-05 Thread Sue Turner
R/Splus Advanced Programming Course in Seattle: August 14-15 Payment due after the class! Email Sue Turner: [EMAIL PROTECTED] Cheers, Elvis Miller, PhD Manager Training. XLSolutions Corporation 206 686 1578 www.xlsolutions-corp.com [EMAIL PROTECTED

[R] 2 Courses*** R/Splus Advanced Programming : August 14-15 in Seattle ! by XLSolutions Corp

2008-07-22 Thread [EMAIL PROTECTED]
XLSolutions Corporation (www.xlsolutions-corp.com) is proud to announce our*** R/S Advanced Programming ***course in Seattle on August 14-15 and *** R/Splus Fundamentals and Programming Techniques*** course in New York City on July 28-29 Ask for group discount and reserve your seat Now

[R] Course: R/Splus Fundamentals and Programming Techniques.***April 2008*** in San Francisco and New York City

2008-03-18 Thread [EMAIL PROTECTED]
Francisco / April 28-29, 2008 *** *** Salt Lake City / April 21-22, 2008 *** (2) R/S Fundamentals and Programming Techniques *** San Francisco / March 27-28, 2008 *** *** New York City / March 25-26, 2008 *** *** Seattle / April 21-22 (3) Data Mining: Practical Tools and Techniques in R

[R] Courses**November-December (1) R/Splus Fundamentals (2) R/S Advanced Programing by XLSolutions Corp

2007-10-18 Thread Sue Turner
*** XLSolutions Corporation R/Splus Training: November-December, 2007 *** NOVEMBER-DECEMBER: we added 7 new courses to our R/Splus training webpages See full