![]() |
![]() |
Search DSS Finding Data Analyzing Data Citing data About Us DSS lab consultation schedule (Monday-Friday)
*No appts. necessary during walk-in hrs. Note: the DSS lab is open as long as Firestone is open, no appointments necessary to use the lab computers for your own analysis. ![]() ![]() |
Home Using S-Plus on UnixBefore you start on using S-Plus, you need to understand a couple things about using unix. While it is beyond the scope of this document to teach you how to use unix, we will introduce some basic things that will make your life a lot easier when using S-Plus.
Basic Unix CommandsUnix is often run from the command line. Basically, this means that it does not use menus or window-type graphical displays (it can, by the way, but that's not important). You should know the following unix commands to help you navigate through unix and start using S-Plus.
These few commands allow you to move through unix fairly easily.
Invoking SplusNow we can really begin. To enter S-Plus you type Splus. To get out you type q(). Note that UNIX commands are case-sensitive. The command Splus will invoke the software, but the command sPlus or SPLUS will not. Storing ObjectsBefore we start S-Plus we need to deal with the question where S-Plus will store everything. Because S-Plus is object oriented, you will generate a lot of files (objects). The first time you invoke S-Plus it will create a folder called .Data (or MySwork, on some systems) at the top level of your unix account ( /u/fred/.Data). If you do a lot of statistical programming, you will probably want to create multiple .Data directories in different folders. You can do this using the unix mkdir command. |