Difference between revisions of "Software tutorial"

From Statistics for Engineering
Jump to navigation Jump to search
m
m
Line 45: Line 45:
* [http://wiki.stdout.org/rcookbook/ Cookbook for R]: how to work with numbers, manipulate data, statistical analysis, graphs, debug scripts
* [http://wiki.stdout.org/rcookbook/ Cookbook for R]: how to work with numbers, manipulate data, statistical analysis, graphs, debug scripts
* [http://www.statmethods.net/index.html Another good tutorial, Quick-R]: follow the links on the left-hand side
* [http://www.statmethods.net/index.html Another good tutorial, Quick-R]: follow the links on the left-hand side
* [http://www.twotorials.com/ The two-minute tutorials] on many R-related aspects


<!-- == Need some more help? ==
<!-- == Need some more help? ==

Revision as of 22:09, 15 January 2013

This tutorial will expand as we progress in the course.

  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



R-related resources

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