SLIDE 1
Peter Dalgaard ENAR Spring Meeting Pittsburgh March 2004
An Introduction to the R Environment
1–51
Practicalities
- Short tutorial (105 minutes)
- High coverage, not great depth
- Little time for interaction, but there should be made room
for clarification.
- Short break (5–10 minutes) in the middle.
- Script of demos in
http://www.biostat.ku.dk/~pd/ENAR-demos.R
1
Plan
- Elementary things about R, simple interactive demo
- Modeling tools
- R packages
- Dealing with the R workspace
- Graphics in R
- Ad-hoc programming
- Not covering: Installation, Data summaries, GUIs,
Computing on the language, C/Fortran interface, Advanced analysis...
2
The R environment
- Built around the programming language R, an Open
Source dialect of the S language
- R is Free Software, and runs on a variety of platforms (I’ll
be using Linux here, mainly to avoid technical surprises).
- Command-line execution based on function calls
- Extensible with user functions
- Workspace containing data and functions
- Various graphics devices (interactive and non-interactive)