Questions tagged [splus]

A commercial implementation of the S programming language.

S-PLUS is a commercial implementation of the S programming language sold by TIBCO Software Inc.. It features object-oriented programming capabilities and advanced analytical algorithms. [Wikipedia]

4 questions
9
votes
1 answer

Statistical project directory structure with multiple languages (e.g., R and Splus)?

Building on the post How to efficiently manage a statistical analysis project and the ProjectTemplate package in R... Q: How do you build your statistical project directory structure when multiple languages feature heavily (e.g, R AND Splus)? Most…
lowndrul
  • 2,057
  • 1
  • 18
  • 20
5
votes
3 answers

How hard is to convert a library from S-PLUS 8.0 to R?

I have a S-Plus library which I'd like to convert to R. I am a programmer, but I don't know anything about S-Plus or R. From my research it seems that they are highly compatibile. Is that true? The code I want to convert only uses core S-Plus…
Meh
  • 1,135
  • 2
  • 10
  • 12
0
votes
2 answers

Load Linux workspace in S-PLUS for Windows

Is it possible to load an S-PLUS Linux workspace in Windows? If I try it I get this error: "Problem in exists(name, where = db): This directory has both Unix style __nonfile and Windows style __nonfi" The __nonfi file is created when I first try to…
Meh
  • 1,135
  • 2
  • 10
  • 12
0
votes
0 answers

nonlinearTest() in S-plus vs R

Is there any similar function in R does the same thing as nonlinearTest() in S-plus? I am currently working on determine the number of regimes,delayed parameter d and threshold values for the threshold value. Or otherwise where can I download a…
user52897
  • 31
  • 2