Difference between revisions of "Univariate data analysis (2013)"

From Statistics for Engineering
Jump to navigation Jump to search
m
m
Line 46: Line 46:
* [[Image:Nuvola_mimetypes_pdf.png|20px|link=Media:2013-4C3-Overheads-Univariate-data-analysis.pdf]] [[Media:2013-4C3-Overheads-Univariate-data-analysis.pdf|Slides for class]]  
* [[Image:Nuvola_mimetypes_pdf.png|20px|link=Media:2013-4C3-Overheads-Univariate-data-analysis.pdf]] [[Media:2013-4C3-Overheads-Univariate-data-analysis.pdf|Slides for class]]  


<!-- === Class materials ===
== Software source code ==
* 15 Jan 2013 (Class 02A): <!-- [http://learnche.mcmaster.ca/media/4C3-2013-Class-01B.mp3 Audio] and  [http://learnche.mcmaster.ca/media/4C3-2013-Class-01B.mp4 video] -->
<!--
== Other readings ==


* [http://www.investopedia.com/articles/financial-theory/11/lie-with-financial-statistics.asp How To Lie With Financial Statistics], Investopedia, November 2011
Please follow the [[Software_tutorial|software tutorial]] to install and run the course software. Here was the example used in class today:
* [http://vita.had.co.nz/papers/boxplots.pdf 40 years of boxplots]-->
 
<syntaxhighlight lang="rsplus">
# Read data from a web address
batch <- read.csv('http://datasets.connectmv.com/file/batch-yields.csv')
</syntaxhighlight>

Revision as of 21:30, 15 January 2013

Class date(s): 15 to 24 January 2013
Nuvola mimetypes pdf.png (PDF) Course slides
Download video: Link (plays in Google Chrome) [360 M]

Course notes and slides

Software source code

Please follow the software tutorial to install and run the course software. Here was the example used in class today:

# Read data from a web address
batch <- read.csv('http://datasets.connectmv.com/file/batch-yields.csv')