Difference between revisions of "Software tutorial"
Jump to navigation
Jump to search
Kevin Dunn (talk | contribs) m |
Kevin Dunn (talk | contribs) m |
||
Line 17: | Line 17: | ||
# [[Software tutorial/Vectors and matrices|Vectors and matrices]] | # [[Software tutorial/Vectors and matrices|Vectors and matrices]] | ||
# [[Software tutorial/Building a least squares model in R|Building a least squares model in R]] | # [[Software tutorial/Building a least squares model in R|Building a least squares model in R]] | ||
# [[Software tutorial/Extracting information from a linear model in R|Extracting information from a linear model in R]] | |||
# [[Software tutorial/Testing a linear model in R|Testing a linear model in R]] | |||
# [[Software tutorial/Transformation of data in a linear model|Transformation of data in a linear model]] | |||
# [[Software tutorial/Investigating outliers, discrepancies and other influential points|Investigating outliers, discrepancies and other influential points]] | |||
# [[Software tutorial/Linear models with multiple X-variables (MLR)|Linear models with multiple X-variables (MLR)]] | |||
# [[Software tutorial/Linear models with integer variables|Linear models with integer variables]] | |||
<!-- | <!-- | ||
# [[Software tutorial/Loops|<tt>for</tt> loops and <tt>while</tt> loops]] (required for [[Tutorial_1_-_2010|tutorial 1]]) | # [[Software tutorial/Loops|<tt>for</tt> loops and <tt>while</tt> loops]] (required for [[Tutorial_1_-_2010|tutorial 1]]) | ||
# [[Software tutorial/Scripts and functions|Scripts and functions]] (useful for [[Tutorial_2_-_2010|tutorial 2]]) | # [[Software tutorial/Scripts and functions|Scripts and functions]] (useful for [[Tutorial_2_-_2010|tutorial 2]]) | ||
# [[Software_tutorial/Functions as objects|Functions as objects]] (used for [[Tutorial_5_-_2010|tutorial 5]] to find the zero of a function) | # [[Software_tutorial/Functions as objects|Functions as objects]] (used for [[Tutorial_5_-_2010|tutorial 5]] to find the zero of a function) | ||
# [[Software_tutorial/Creating and saving plots|Creating and saving plots]] : important for all remaining assignments, and the take-home exam. | # [[Software_tutorial/Creating and saving plots|Creating and saving plots]] : important for all remaining assignments, and the take-home exam. |
Revision as of 19:16, 16 January 2013
This tutorial will expand as we progress in the course.
- About the course software
- Software installation
- Getting started
- Reading data into R
- Basic data manipulation in R
- Basic plots in R
- Plots with multiple series, colour, and legends
- Histograms
- Annotating plots: grid lines, arrows, lines, and identifying interesting points
- Dealing with factors (categorical variables)
- Calculating statistics from a data sample
- Dealing with distributions
- Extending R with packages
- Programming in R: loops and flow control
- Vectors and matrices
- Building a least squares model in R
- Extracting information from a linear model in R
- Testing a linear model in R
- Transformation of data in a linear model
- Investigating outliers, discrepancies and other influential points
- Linear models with multiple X-variables (MLR)
- Linear models with integer variables
- Want tutorials on other topics: please email me
- A note about the videos in this tutorial: they are from Roger Peng's YouTube channel on R Videos. He is running a MOOC on Computing for Data Analysis which started on 2 January, and is currently running.
Not every aspect about R can be covered with our tutorial (above). Here are some additional resources.
- Cookbook for R: how to work with numbers, manipulate data, statistical analysis, graphs, debug scripts
- Another good tutorial, Quick-R: follow the links on the left-hand side
- The two-minute tutorials on many R-related aspects