Welcome to Biostat M280 Statistical Computing.

Today

  • Introduction and course logistics
  • Linux basics

Homework (not graded)

  • Fill out a short survey. It helps me better taylor the course to your background.

  • If you have not used R/RStudio before,
    1. Download and install R v3.4.3 from http://cran.stat.ucla.edu
    2. Download and install RStudio Desktop Open Source Edition from https://www.rstudio.com/products/rstudio/#Desktop
  • Accessing the teaching server:
    1. There is a teaching server you can use for exercise and homework. The ip address is 35.227.165.60.
    2. An account has been created for those enrolled in the class. The username is same as that in your email address. The temporary password is same as your username. E.g., if you email is joe_bruin@ucla.edu, then the username for your account on teaching server is joe_bruin and the temporary password is joe_bruin.
    3. Try to log in by ssh username@35.227.165.60 on Mac terminal or using PuTTY on Windows.
    4. After log in using your temporary password, issue command passwd to change your password to a more secure one immediately. If you don’t change your password, anyone can log in your account and mess up your files.
    5. Later we will learn how to set up the more secure key authentification.
    6. Both R and RStudio are installed on the teaching server. You can access and use RStudio on the server by pointing your to address http://35.227.165.60:8787.
    7. This server is for education purpose. You are not allowed to run simulations or any program unrelated to this class.