Computer Hints



Links to Resources


SAS on cquest

An important part of this course is use of the SAS statistical software package. SAS is available to students free of charge on U of T's cquest computers. Students in STA429 should go to the cquest web site immediately to set up their accounts. Students in STA1007 will need to fill out a short paper form (available from Jerry); your accounts will be set up manually.

Chapter 2 of the online textbook contains an introduction to SAS, and also to the unix operating system used by cquest. Well, actually cquest uses linux, but for the most part, the differences between linux and unix are just legal, moral and political. That is, they do not matter to most people.

You can use SAS in the cquest labs. There are three labs in the Ramsey Wright building (Rooms 211, 107 and 109), and one in Earth Sciences 1046 (the round building).See the cquest web site for hours of access.

You can also use SAS over the Internet from home or some other remote location. Go to login.cquest.utoronto.ca. This is convenient, but several issues are involved.

If you want to connect from home but you do not already have an Internet Service Provider, U of T provides good inexpensive dialup access through UTORDIAL.

There is a PC version of SAS, and you can get a copy and run it on your own computer if you wish. The SAS Institute makes a lot of money selling its software to big corporations as well as universities, research institutes and so on; SAS is expensive! But U of T has paid them a lot of money for a site license, and you can get your own copy of SAS that locks up on July 1st for $110 a year.

Printing files at home

A convenient way to get a file to your home computer for printing is to email it to yourself. Try
       mail yourname@yourisp.com < fname
where yourname@yourisp.com is your email address and fname is the name of the file, like hw3.lst.

SSH (Secure Shell)

With an Internet connection, SSH applications give you a text-only connection to cquest and other unix machines from your home computer. From cquest's prompt, you can run programs such as SAS, R and emacs. SSH is  secure because what you type and see on your screen is encrypted at one end and decrypted at the other end. This prevents hackers from stealing your password as you log on, and also prevents nosy people from spying on the highly sensitive and confidential work you do in your Statistics courses.

Different SSH programs are recommended, depending on the operating system that you are using. To use these programs, you must be connected to the Internet, say with a broadband connnnection or via PPP over your phone line.

In any of these SSH programs, the first time you connect to a host, you will be told that the program can't verify that this host is really what it appears to be. Do you want to trust it? SSH is just being sanely paraniod. Say yes.

Copy-paste in Putty

Suppose you want to transfer fairly small amounts of text between the unix machine and your PC. In a normal Windows application like Explorer or Word, the edit menu has Copy and Paste items -- or you can use control-C and control-V. But PuTTY has no menus, and Control-C and control-V don't do what you might expect, especially if emacs is running. But you can still copy-paste; here's how: