-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorial_AM2.html
78 lines (58 loc) · 2.66 KB
/
tutorial_AM2.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" media="screen" href="ourstylesheet.css">
<link rel="icon" type="image/x-icon" href="wombat-icon-web.ico">
<title>WOMBAT: Workshop organised by Monash Business Analytics Team</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<img src="wombat-icon-web.png" align="right" width="300">
<h1 id="project_title"> Open the World with Open Source</h1>
<h2 id="project_tagline" > <a href="https://numbats.github.io/WOMBAT2024/" > Workshop Organised by the Monash Business Analytics Team (WOMBAT) </a> </h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<hr>
<h2> Tutorial AM 2: Oct 22 9:00-12:30 </h2>
<h3> R for Excel users </h3> <br>
<em> Presenter: </em> <a href="https://github.com/paocorrales"> Pao Corrales</a> has a PhD in atmospheric sciences from the University of Buenos Aires. She works in atmospheric sciences applying data assimilation techniques to improve short-term forecasts of severe events in Argentina and currently at Monash University exploring extremes in climate and weather in Australia. She is a trainer and instructor for <a href="https://carpentries.org/"> The Carpentries</a> and an <a href="https://education.rstudio.com/trainers/people/corrales+paola/"> RStudio</a> certified instructor. She is also part of Expedition Science, an Argentina-based NPO, where she leads educational projects such as science camps and workshops for students and K-12 science teachers. Pao is a professor at the Data Sciences degree at Austral University and develops openly licensed materials to teach and learn R from scratch.
<br>
<br>
<strong> Tutorial details </strong>
<br>
<ul>
<li> Session 1
<ul>
<li> Introduction, reports, workflows
<li> Reading data
<li> Plotting data
</ul>
<li> Session 2
<ul>
<li> Data manipulation
<li> Reporting your work
</ul>
</ul>
<br>
<em> Background:</em> This course is intended for people who use spreadsheets for data manipulation and would like to learn how to work with R. Therefore its starts from the beginning: why use R? and where to start?</p>
<br>
Tutorial materials can be found <a href="https://paocorrales.github.io/RforExcelusers/"> here</a>.
<br>
<br>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
Copyright ©2015-2024 Monash University</p>
</footer>
</div>
</body>
</html>