Skip to content

Commit ec3fca7

Browse files
committed
add nextsteps page
1 parent 363b6bf commit ec3fca7

11 files changed

Lines changed: 362 additions & 18 deletions

README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@
195195
</a>
196196
</li>
197197
<li>
198-
<a href="data.html">
198+
<a href="nextsteps.html">
199199
<span class="fa fa-clipboard-list"></span>
200200

201-
Data
201+
More Tutorials
202202
</a>
203203
</li>
204204
<li>

_site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ navbar:
1010
- text: Set-up
1111
icon: fa-clone
1212
href: set-up.html
13-
- text: Data
13+
- text: More Tutorials
1414
icon: fa-clipboard-list
15-
href: data.html
15+
href: nextsteps.html
1616
- text: Daily Notes
1717
href: notes.html
1818
- text: Contact

aboutyou.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,10 @@
198198
</a>
199199
</li>
200200
<li>
201-
<a href="data.html">
201+
<a href="nextsteps.html">
202202
<span class="fa fa-clipboard-list"></span>
203203

204-
Data
204+
More Tutorials
205205
</a>
206206
</li>
207207
<li>

contact.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,10 @@
198198
</a>
199199
</li>
200200
<li>
201-
<a href="data.html">
201+
<a href="nextsteps.html">
202202
<span class="fa fa-clipboard-list"></span>
203203

204-
Data
204+
More Tutorials
205205
</a>
206206
</li>
207207
<li>

data.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,10 @@
198198
</a>
199199
</li>
200200
<li>
201-
<a href="data.html">
201+
<a href="nextsteps.html">
202202
<span class="fa fa-clipboard-list"></span>
203203

204-
Data
204+
More Tutorials
205205
</a>
206206
</li>
207207
<li>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,10 @@
198198
</a>
199199
</li>
200200
<li>
201-
<a href="data.html">
201+
<a href="nextsteps.html">
202202
<span class="fa fa-clipboard-list"></span>
203203

204-
Data
204+
More Tutorials
205205
</a>
206206
</li>
207207
<li>

nextsteps.Rmd

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: "Continuing your learning"
3+
output:
4+
html_document:
5+
include:
6+
before_body: header.html
7+
---
8+
9+
Here are resources for continuing your learning of the topics that you studied this week:
10+
11+
## Intro to R
12+
13+
* [Software Carpentry free tutorial](http://swcarpentry.github.io/r-novice-inflammation)
14+
15+
* [Data Camp free tutorial](https://www.datacamp.com/courses/free-introduction-to-r). Takes about 4 hours.
16+
17+
* You can also learn R straight from within R using the [swirl package](https://swirlstats.com/). This doesn't require internet access except to install the package.
18+
19+
* Basic R introduction from [ComputerWorld](https://www.computerworld.com/article/2497143/business-intelligence/business-intelligence-beginner-s-guide-to-r-introduction.html).
20+
21+
## More R Workflow
22+
23+
* Software Carpenter has a course that covers some of more advanced topics I did not cover on R workflow: data wrangling with dplyr, tidyverse, and more on RStudio projects. [Reproducible Research with R](http://swcarpentry.github.io/r-novice-gapminder/)
24+
25+
* Eric Anderson produced a couple online courses on R workflow while with NOAA Fisheries. [R Reproducible Research 2015](http://eriqande.github.io/rep-res-web/) and [Reproducible Research 2017](https://eriqande.github.io/rep-res-eeb-2017/)
26+
27+
## Forecasting and Exponential Smoothing Models
28+
29+
Rob J Hyndman (lead on the forecast package) and George Athanasopoulos have an excellent [online text on practical forecasting and exponential smoothing](https://otexts.org/fpp2/).
30+
31+
## Shiny Apps
32+
33+
Start with RStudio's [online tutorial](https://shiny.rstudio.com/tutorial/written-tutorial/lesson1/) for shiny apps.
34+
35+

0 commit comments

Comments
 (0)