Skip to content

Commit

Permalink
add nextsteps page
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Sep 28, 2018
1 parent 363b6bf commit ec3fca7
Show file tree
Hide file tree
Showing 11 changed files with 362 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@
</a>
</li>
<li>
<a href="data.html">
<a href="nextsteps.html">
<span class="fa fa-clipboard-list"></span>

Data
More Tutorials
</a>
</li>
<li>
Expand Down
4 changes: 2 additions & 2 deletions _site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ navbar:
- text: Set-up
icon: fa-clone
href: set-up.html
- text: Data
- text: More Tutorials
icon: fa-clipboard-list
href: data.html
href: nextsteps.html
- text: Daily Notes
href: notes.html
- text: Contact
Expand Down
4 changes: 2 additions & 2 deletions aboutyou.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@
</a>
</li>
<li>
<a href="data.html">
<a href="nextsteps.html">
<span class="fa fa-clipboard-list"></span>

Data
More Tutorials
</a>
</li>
<li>
Expand Down
4 changes: 2 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@
</a>
</li>
<li>
<a href="data.html">
<a href="nextsteps.html">
<span class="fa fa-clipboard-list"></span>

Data
More Tutorials
</a>
</li>
<li>
Expand Down
4 changes: 2 additions & 2 deletions data.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@
</a>
</li>
<li>
<a href="data.html">
<a href="nextsteps.html">
<span class="fa fa-clipboard-list"></span>

Data
More Tutorials
</a>
</li>
<li>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@
</a>
</li>
<li>
<a href="data.html">
<a href="nextsteps.html">
<span class="fa fa-clipboard-list"></span>

Data
More Tutorials
</a>
</li>
<li>
Expand Down
35 changes: 35 additions & 0 deletions nextsteps.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: "Continuing your learning"
output:
html_document:
include:
before_body: header.html
---

Here are resources for continuing your learning of the topics that you studied this week:

## Intro to R

* [Software Carpentry free tutorial](http://swcarpentry.github.io/r-novice-inflammation)

* [Data Camp free tutorial](https://www.datacamp.com/courses/free-introduction-to-r). Takes about 4 hours.

* 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.

* Basic R introduction from [ComputerWorld](https://www.computerworld.com/article/2497143/business-intelligence/business-intelligence-beginner-s-guide-to-r-introduction.html).

## More R Workflow

* 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/)

* 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/)

## Forecasting and Exponential Smoothing Models

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/).

## Shiny Apps

Start with RStudio's [online tutorial](https://shiny.rstudio.com/tutorial/written-tutorial/lesson1/) for shiny apps.


Loading

0 comments on commit ec3fca7

Please sign in to comment.