Below are the instructions for turning in your project data. One member
of each project group should submit the data. Submit the data this way
even if you had e-mailed it to me earlier.
Change 001 for 002 or 003 depending on which one is the section
of the first author for the project.
0) type
add st370_info
then
1) In S-lab if your data is in dan.data then type
write.data(dan.data,"myloginname.data")
The point of this set is that you ARE IN the directory where you saved
your dataset. I am assuming you did it in S-lab, if not go to the
directory where you saved it.
> 2) Go to the directory where you typed S to start your session and type
cp myloginname.data /ncsu/st370_info/www/001/myloginname.data
3) to see that your data is there
cd /ncsu/st370_info/www/001
then type ls and look for myloginname.data
and type
more mylastname.data
to see that the file is the way you think it is.
4) Another way to see your data is by the web at:
http://www.stat.ncsu.edu/~st370_info/001/
GOOD LUCK