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 10:36]
paulojus
eventos:venables2007:materiais [2007/09/10 23:02]
paulojus
Linha 3: Linha 3:
 ==== Course materials ==== ==== Course materials ====
  
-^ Course Slides ^ Data Files ^ R scripts ​and workspaces ​+^ Course Slides ^ CSV data files ^ R scripts ^ 
-| {{eventos:​venables2007:​pdf_slides.zip|PDF slides}} | {{eventos:​venables2007:​csv.zip|CSV files}} | {{eventos:​venables2007:​scripts_rdata.zip|R scripts}} | +| {{eventos:​venables2007:​slides.zip|PDF slides}} | {{eventos:​venables2007:​csv.zip|CSV files}} | {{eventos:​venables2007:​scripts.zip|R scripts}} |
-| {{eventos:​venables2007:​pdf_extras.zip|PDF extras}} | {{eventos:​venables2007:​csv_txt_files.zip|CSV txt files}} | {{eventos:​venables2007:​r_store.zip|R store}} |+
 | {{eventos:​venables2007:​powerpoint_slides.zip|Slides powerpoint}}| -- | -- | | {{eventos:​venables2007:​powerpoint_slides.zip|Slides powerpoint}}| -- | -- |
    
 ==== Other materials ==== ==== Other materials ====
   - ASOR package   - ASOR package
-    * .tar.gz file (for linux install) +    * {{eventos:​venables2007:​asor_1.0.tar.gz|.tar.gz file}} (for linux install) 
-    * .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}}
 +
 +===== Instructions =====
 +
 +In the following ''​$''​ is the LINUX prompt and ''>''​ is the R prompt
 +
 +  - Open a ''​terminal window''​ where you can type LINUX commands
 +  - create a working directory called ''​Rmodelling''​ for the course and get into the directory:<​code>​
 +$ mkdir Rmodelling
 +$ cd Rmodelling
 +</​code>​
 +  - download the zipped files above (csv.zip, scripts.zip,​ slides.zip) copying them to the working directory
 +  - unzip the files with the commands below. This will create the subdirectories ​ ''​CSV'',​ ''​Scripts''​ and ''​Slides'':<​code>​
 +Rmodelling$ unzip csv.zip ​
 +Rmodelling$ unzip scripts.zip ​
 +Rmodelling$ unzip slides.zip
 +</​code>​
 +  - copy two files from the CSV directory to the working directory:<​code>​
 +Rmodelling$ cp CSV/.RData .
 +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 &
 +</​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>​
 +
 +
 +
 +

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