-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (79 loc) · 5.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="DublinR.GitHub.io : Dublin R GitHub site">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>DublinR.GitHub.io</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/DublinR">View on GitHub</a>
<h1 id="project_title">DublinR.GitHub.io</h1>
<h2 id="project_tagline">Dublin R GitHub site</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p>Welcome to the Dublin R Workshop Page</p>
<h5>
ggplot2 and R workshop
</h5>
<ul>
<li> Bring your laptop.
<li> A working web browser, e.g. Chrome.
<li> We will be working with Jupyter Notebooks - try.jupyter.org
<li> Install the latest version of R - Download from <a href="https://cran.r-project.org/bin/windows/base/">HERE</a>
<li> Install the latest version of RStudio - Download from <a href="https://www.rstudio.com/products/rstudio/download/">HERE</a>
<li> <a href="http://ggplot2.org/">ggplot2</a> - Graphing package implemented on top of the R statistical package -
</ul>
<span style="text-decoration:underline;"><strong>Coding Grace R Workshop</strong></span>
<font size=5>
<ol>
<li>Introduction to R
<ul>
<li><a href="https://dl.dropboxusercontent.com/u/6044937/RSTATS/Introduction%20to%20R/Coding%20Grace%202013%20-%20Part%201%20Introduction.pdf" target="_blank">Introduction to R</a></li>
<li>Monty Hall Problem - <a href="https://dl.dropboxusercontent.com/u/6044937/RSTATS/Class%20Notes/01%20Monty%20Hall%20Slides.pdf" target="_blank">HERE</a> - <a href="https://dl.dropboxusercontent.com/u/6044937/RSTATS/Class%20Notes/02%20MONTY%20HALL%20%20R%20SOLUTION%20FULL.pdf" target="_blank">Full Solution</a></li>
<li><a href="https://www.google.ie/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&sqi=2&ved=0ahUKEwjHs4qqlqnLAhXE8RQKHYAuCaEQFggbMAA&url=https%3A%2F%2Fwww.rstudio.com%2Fwp-content%2Fuploads%2F2015%2F02%2Frmarkdown-cheatsheet.pdf&usg=AFQjCNHTjjlYFQjxyljotaYc6U4Wagw-CQ&sig2=2Nqn1_RWm2QimJka7Zzw3w&bvm=bv.116274245,d.ZWU" target="_blank">Rmarkdown Cheat Sheet (Rstudio)</a></li>
</ul>
</li>
<li>Data Manipulation with dplyr (with magrittr) - <a href="https://dl.dropboxusercontent.com/u/6044937/RSTATS/dplyr/00%20MASTER%20dplyrslides.pdf" target="_blank">HERE</a></li>
<li> Control Charts - Worked Example <a href="controlcharts.html">HERE</a>
<li>Tidying Data with tidyr -<a href="https://dl.dropboxusercontent.com/u/6044937/RSTATS/TidyMaster.pdf" target="_blank">HERE</a></li>
<li>Data Visualization with ggplot :
<ul>
<li><strong><a href="https://dl.dropboxusercontent.com/u/6044937/RSTATS/ggplot2-slideset.pdf" target="_blank">Main Presentation</a></strong></li>
<li><a href="https://dl.dropbox.com/u/6044937/TOG%20ggplot2%20class%20part%20B%20%20%28Intro%29.pdf" target="_blank">Introduction to ggplot2</a></li>
<li><a href="ggplot2.html">Main ggplot2 resource</a>
</ul>
</font>
<font size=4>
<ul>
<li><a href="https://dl.dropbox.com/u/6044937/TOG%20ggplot2%20class%20part%20C%20%28Quickplot%29.pdf" target="_blank">Quickplot</a> -<a href="https://dl.dropbox.com/u/6044937/TOG%20ggplot2%20class%20part%20C2%20%28ggplot%29.pdf" target="_blank"> using ggplot </a> - <a href="https://dl.dropboxusercontent.com/u/6044937/RSTATS/ggplot2%20qplotexample.pdf" target="_blank">iris Example</a></li>
<li><a href="https://dl.dropbox.com/u/6044937/TOG%20ggplot2%20class%20part%20D%20%28Barplots%20and%20Histograms%29.pdf" target="_blank">Barplots and Histograms</a> - <a href="https://dl.dropboxusercontent.com/u/6044937/RSTATS/ggplot2%20Basic%20Plots.pdf" target="_blank">Basic Plots</a></li>
<li> <a href="https://dl.dropbox.com/u/6044937/TOG%20ggplot2%20class%20part%20E%20%20%28Palettes%20and%20Themes%29.pdf" target="_blank">Colours and Themes</a> - <a href="https://dl.dropboxusercontent.com/u/6044937/RSTATS/ggplot2%20Palettes.pdf" target="_blank">Palettes</a></li>
<li><a href="https://dl.dropbox.com/u/6044937/TOG%20ggplot2%20class%20part%20F%20%20%28graphical%20procedures%29.pdf" target="_blank">Grapical Methods for Statistics</a>
<ul>
<li><a href="https://dl.dropboxusercontent.com/u/6044937/RSTATS/ggplot2%20Regression.pdf" target="_blank">Regression Example</a></li>
</ul>
</li>
<li> <a href="https://dl.dropbox.com/u/6044937/TOG%20ggplot2%20class%20part%20G%20%28faceting%29.pdf" target="_blank">faceting</a> - <a href="https://dl.dropboxusercontent.com/u/6044937/RSTATS/ggplot2%20facetting.pdf" target="_blank">mpg Example</a></li>
<li><a href="https://dl.dropbox.com/u/6044937/TOG%20ggplot2%20class%20part%20H%20%28Overplotting%29.pdf" target="_blank">overplotting</a></li>
</ul>
</li>
</ol>
</font>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>