Não foi possível enviar o arquivo. Será algum problema com as permissões?
Diferenças

Diferenças

Aqui você vê as diferenças entre duas revisões dessa página.

Link para esta página de comparações

Ambos lados da revisão anterior Revisão anterior
Próxima revisão
Revisão anterior
Próxima revisão Ambos lados da revisão seguinte
eventos:venables2007:materiais [2007/09/10 17:27]
paulojus
eventos:venables2007:materiais [2007/09/11 09:41]
paulojus
Linha 7: Linha 7:
 | {{eventos:​venables2007:​powerpoint_slides.zip|Slides powerpoint}}| -- | -- | | {{eventos:​venables2007:​powerpoint_slides.zip|Slides powerpoint}}| -- | -- |
    
 +
 ==== Other materials ==== ==== Other materials ====
-  - ASOR package +  - ASOR package ​(already installed in the C3SL servers) 
-    * {{eventos:​venables2007:​asor_1.0.tar.gz|.tar.gz file}} (for linux install)+    * {{eventos:​venables2007:​asor_1.0.tar.gz|.tar.gz file}} (for linux install) ​\\**NOTE:** the WIKI system makes all files lower case(!) so, before installing this in your LINUX box you need to rename the file:<​code>​ 
 +$ mv asor_1.0.tar.gz ASOR_1.0.tar.gz 
 +</​code>​
     * {{eventos:​venables2007:​asor_1.0.zip|.zip file}} (for windows install)     * {{eventos:​venables2007:​asor_1.0.zip|.zip file}} (for windows install)
   - Text: {{eventos:​venables2007:​exegeses.pdf|Exegeses in Linear Models}}   - Text: {{eventos:​venables2007:​exegeses.pdf|Exegeses in Linear Models}}
Linha 15: Linha 18:
 ===== Instructions ===== ===== Instructions =====
  
-In the following ''​$'' ​is the LINUX prompt ​and ''>''​ is the R prompt+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 LINUX terminals connected with servers. The user working area is common meaning you can user whatever terminal ​and/or server to get access to your account.
  
-  ​- create a working directory for the course: +In the following instructions the LINUX prompt is ''​$''​ and the R prompt is ''>''​. 
-<​code>​ + 
-$ mkdir Rcourse +  - Open a Linux ''​terminal window''​ for issuing LINUX commands 
-$ cd Rcourse+  ​- create a working directory ​called, ​for example, ''​Rmodelling''​ for use in this course ​move to it:<​code>​ 
 +$ mkdir Rmodelling 
 +$ cd Rmodelling
 </​code>​ </​code>​
   - download the zipped files above (csv.zip, scripts.zip,​ slides.zip) copying them to the working directory   - download the zipped files above (csv.zip, scripts.zip,​ slides.zip) copying them to the working directory
-  - unzip the files: +  - unzip the files with the commands below. This will create the subdirectories ​ ''​CSV'',​ ''​Scripts''​ and ''​Slides''​:<​code>​ 
-<​code>​ +Rmodelling$ unzip csv.zip  
-Rcourse$ unzip csv.zip  +Rmodelling$ unzip scripts.zip  
-Rcourse$ unzip scripts.zip  +Rmodellingunzip slides.zip 
-Rcourse$ slides.zip+</​code>​ 
 +  - copy one file from the CSV directory to the working directory:<​code>​ 
 +Rmodelling$ cp CSV/​makeInputData.r . 
 +</​code>​ 
 +  - Start ''​R''​ inside the ''​Rcourse''​ directory --- this will make ''​Rcourse''​ your //working directory//​. You can do this in two different ways: 
 +    * Running ''​R''​ directly from the ''​LINUX terminal''​ simply by typing ''​R'':<​code>​ 
 +Rmodelling$ R 
 +</​code>​ 
 +    * running from inside the editor ''​xemacs''​ using the ESS (Emacs Speaks Statistics) package. To do so open ''​xemacs''​ and stard R from it with ''​ESC SHIFT-X SHIFT-R''<​code>​ 
 +Rmodelling$ xemacs makeInputData.R & 
 +</​code>​ 
 +  - From inside ''​R''​ run the ''​makeInputData.r''​ script<​code>​ 
 +> source("​makeInputData.r"​) 
 +</​code>​ 
 +  - The script will automatically generate another script file called ''​inputData.R''​ which reads all the data needed for the course. This script file should be run with:<​code>​ 
 +> source("​inputData.R"​)
 </​code>​ </​code>​
-  - copy two files from the CSV directory to the working directory 

QR Code
QR Code eventos:venables2007:materiais (generated for current page)