forked from STAT540-UBC/STAT540-UBC-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
seminars.html
154 lines (130 loc) · 5.51 KB
/
seminars.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
<title>Seminars</title>
<script src="libs/jquery-1.11.0/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="libs/bootstrap-3.3.1/css/united.min.css" rel="stylesheet" />
<script src="libs/bootstrap-3.3.1/js/bootstrap.min.js"></script>
<script src="libs/bootstrap-3.3.1/shim/html5shiv.min.js"></script>
<script src="libs/bootstrap-3.3.1/shim/respond.min.js"></script>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet"
href="libs/highlight/default.css"
type="text/css" />
<script src="libs/highlight/highlight.js"></script>
<style type="text/css">
pre:not([class]) {
background-color: white;
}
</style>
<script type="text/javascript">
if (window.hljs && document.readyState && document.readyState === "complete") {
window.setTimeout(function() {
hljs.initHighlighting();
}, 0);
}
</script>
<link rel="stylesheet" href="libs/local/nav.css" type="text/css" />
</head>
<body>
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
height: auto;
}
</style>
<div class="container-fluid main-container">
<header>
<div class="nav">
<a class="nav-logo" href="index.html">
<img src="static/img/stat540-logo-s.png" width="70px" height="70px"/>
</a>
<ul>
<li class="home"><a href="index.html">Home</a></li>
<li class="announcements"><a href="announcements.html">Announcements</a></li>
<li class="syllabus"><a href="syllabus.html">Syllabus</a></li>
<li class="lectures"><a href="lectures.html">Lectures</a></li>
<li class="seminars"><a href="seminars.html">Seminars</a></li>
<li class="assignments"><a href="assignments.html">Assignments</a></li>
<li class="people"><a href="people.html">People</a></li>
</ul>
</div>
</header>
<div id="header">
<h1 class="title">Seminars</h1>
</div>
<p><strong>Time</strong>: Wed 12pm - 1pm (welcome to come after class around 11am)</p>
<p><strong>Location</strong>: ESB 1042 and 1046</p>
<div id="self-guided-seminars" class="section level3">
<h3>Self-guided seminars</h3>
<p><strong>Seminar 00</strong></p>
<p>Work on your own to set up and learn more about R and RStudio. We will borrow some material from <a href="https://stat545-ubc.github.io/topics.html">STAT 545A Exploratory Analysis</a> (by Professor Jenny Bryan).</p>
<ul>
<li><a href="https://stat545-ubc.github.io/block000_r-rstudio-install.html">seminar 00a</a> | R, RStudio Set Up, borrowed from STAT 545A</li>
<li><a href="https://stat545-ubc.github.io/block002_hello-r-workspace-wd-project.html">seminar 00b</a> | Basics of R/RStudio, workspaces, and projects, borrowed from STAT 545A</li>
<li><a href="https://stat545-ubc.github.io/block006_care-feeding-data.html">seminar 00c</a> | Basic care and feeding of data in R, borrowed from STAT 545A</li>
<li><a href="https://stat545-ubc.github.io/block004_basic-r-objects.html">seminar 00d</a> | R objects (beyond data.frames) and indexing, borrowed from STAT 545A</li>
</ul>
<p><strong>Seminar 01</strong></p>
<ul>
<li><a href="https://stat545-ubc.github.io/git01_git-install.html">seminar 01a</a> | Getting ready to use GitHub in STAT540, borrowed from STAT545A</li>
<li><a href="sm01b_gitIntro-basic-data-exploration.html">seminar 01b</a> | Git(Hub) intro & Explore a small gene expression dataset</li>
<li><a href="sm01c_biology-intro.pdf">seminar 01c</a> | Molecular biology/genetics 101</li>
</ul>
<p><strong>Seminar 02</strong></p>
<ul>
<li><a href="sm02a_rMarkdown.html">seminar 02a</a> | Learn how to use rMarkdown</li>
<li><a href="sm02b_introProbCltLln.html">seminar 02b</a> | Learn more about R while you simulate data and play with probability</li>
<li><a href="sm02c_playing-with-probability.html">seminar 02c</a> | More about simulation and probabilities</li>
</ul>
<p><strong>Seminar 03</strong></p>
<ul>
<li><a href="sm03a_repoOrganization.html">seminar 03a</a> | Learn how to organize and submit to your repository</li>
<li><a href="sm03b_ggplot2.html">seminar 03b</a> | Learn how to plot with ggplot2</li>
<li><a href="sm03c_lattice.html">seminar 03c</a> | Learn how to plot with lattice</li>
</ul>
<p><strong>Seminar 04</strong></p>
<ul>
<li><a href="sm04a_dataAggTwoGrp.html">seminar 04a</a> | Get introduced to two group testing</li>
<li><a href="sm04b_dataAggregation.html">seminar 04b</a> | A start on data aggregation</li>
</ul>
<p><strong>Seminar 05</strong></p>
<ul>
<li><a href="sm05_lowDimLinMod.html">seminar 05</a> | Learn how to be a pro with univariate linear modelling</li>
</ul>
<p><strong>Seminar 06</strong></p>
<ul>
<li><a href="sm06_highVolumeLinearModelling.html">seminar 06</a> | High volume linear modelling</li>
</ul>
</div>
</div>
<script>
// add bootstrap table styles to pandoc tables
$(document).ready(function () {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
});
</script>
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>