Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
Ambos lados da revisão anteriorRevisão anteriorPróxima revisão | Revisão anterior | ||
eventos:venables2007:materiais [2007/09/10 22:58] – paulojus | eventos:venables2007:materiais [2007/09/22 23:56] (atual) – paulojus | ||
---|---|---|---|
Linha 1: | Linha 1: | ||
- | ====== | + | ====== |
+ | |||
+ | **Atention: | ||
==== Course materials ==== | ==== Course materials ==== | ||
Linha 7: | Linha 9: | ||
| {{eventos: | | {{eventos: | ||
+ | |||
==== Other materials ==== | ==== Other materials ==== | ||
- | - ASOR package | + | - ASOR package |
- | * {{eventos: | + | * {{eventos: |
+ | $ mv asor_1.0.tar.gz ASOR_1.0.tar.gz | ||
+ | $ sudo R CMD INSTALL ASOR_1.0.tar.gz | ||
+ | </ | ||
* {{eventos: | * {{eventos: | ||
- Text: {{eventos: | - Text: {{eventos: | ||
+ | - Additional scripts: | ||
+ | * {{eventos: | ||
+ | * {{eventos: | ||
+ | * {{eventos: | ||
- | ===== Instructions ===== | + | ===== Instructions |
- | In the following '' | + | At UFPR the course will be run in the LM (Laboratório Multiterminal) run by C3SL (Contro de computação científica e Softaware Livre). The LM provides |
- | | + | In the following instructions the LINUX prompt is '' |
- | - create a working directory called '' | + | |
+ | | ||
+ | - create a working directory called, for example, | ||
$ mkdir Rmodelling | $ mkdir Rmodelling | ||
$ cd Rmodelling | $ cd Rmodelling | ||
Linha 28: | Linha 40: | ||
Rmodelling$ unzip slides.zip | Rmodelling$ unzip slides.zip | ||
</ | </ | ||
- | - copy two files from the CSV directory to the working directory:< | + | - copy one file from the CSV directory to the working directory:< |
- | Rmodelling$ cp CSV/.RData . | + | |
Rmodelling$ cp CSV/ | Rmodelling$ cp CSV/ | ||
</ | </ | ||
Linha 36: | Linha 47: | ||
Rmodelling$ R | Rmodelling$ R | ||
</ | </ | ||
- | * running from inside the editor '' | + | * running from inside the editor '' |
- | Rmodelling$ xemacs & | + | Rmodelling$ xemacs |
</ | </ | ||
- From inside '' | - From inside '' | ||
Linha 45: | Linha 56: | ||
> source(" | > source(" | ||
</ | </ | ||
- | |||
- | |||
- | |||
- |