Essa é uma revisão anterior do documento!
Tabela de conteúdos
Materiais do curso
Course materials
Course Slides | CSV data files | R scripts |
---|---|---|
PDF slides | CSV files | R scripts |
Slides powerpoint | – | – |
Other materials
- ASOR package
- .tar.gz file (for linux install)
- .zip file (for windows install)
Instructions
In the following $
is the LINUX prompt and >
is the R prompt
- create a working directory for the course:
$ mkdir Rcourse $ cd Rcourse
- download the zipped files above (csv.zip, scripts.zip, slides.zip) copying them to the working directory
- unzip the files:
Rcourse$ unzip csv.zip Rcourse$ unzip scripts.zip Rcourse$ slides.zip
- copy two files from the CSV directory to the working directory