Difference between revisions of "Software tutorial"

From Statistics for Engineering
Jump to navigation Jump to search
m
Line 1: Line 1:
This tutorial will expand as we progress in the course.
This tutorial is intended to be a self-directed learning experience for the [http://en.wikipedia.org/wiki/R_(programming_language) R statistical language]. We will provide a similar tutorial for Python in 2014/2015.


# [[Software tutorial/About the course software | About the course software]]
# [[Software tutorial/About the course software | About the course software]]

Revision as of 02:51, 5 February 2014

This tutorial is intended to be a self-directed learning experience for the R statistical language. We will provide a similar tutorial for Python in 2014/2015.

  1. About the course software
  2. Software installation
  3. Getting started
  4. Reading data into R
  5. Basic data manipulation in R
  6. Basic plots in R
  7. Plots with multiple series, colour, and legends
  8. Histograms
  9. Annotating plots: grid lines, arrows, lines, and identifying interesting points
  10. Dealing with factors (categorical variables)
  11. Calculating statistics from a data sample
  12. Dealing with distributions
  13. Extending R with packages
  14. Programming in R: loops and flow control
  15. Vectors and matrices
  16. Building a least squares model in R
  17. Extracting information from a linear model in R
  18. Testing a linear model in R
  19. Transformation of data in a linear model
  20. Investigating outliers, discrepancies and other influential points
  21. Linear models with multiple X-variables (MLR)
  22. Linear models with integer variables



R-related resources

Not every aspect about R can be covered with our tutorial (above). Here are some additional resources.