Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjessen committed Oct 6, 2023
1 parent b74bae2 commit 49ede11
Show file tree
Hide file tree
Showing 11 changed files with 7,331 additions and 225 deletions.
416 changes: 208 additions & 208 deletions docs/lab05.html

Large diffs are not rendered by default.

Binary file modified docs/lab06_files/figure-html/unnamed-chunk-27-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 3 additions & 6 deletions docs/lab07.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,9 @@ <h2 class="anchored" data-anchor-id="packages">Package(s)</h2>
<section id="schedule" class="level2">
<h2 class="anchored" data-anchor-id="schedule">Schedule</h2>
<ul>
<li>08.00 - 08.15: Recap of midway evaluation and exercises from last lab</li>
<li>08.15 - 08.30: Assignment walk-through</li>
<li>08.30 - 09.00: Introduction to Lab</li>
<li>08.00 - 08.10: Midway evaluation</li>
<li>08.10 - 08.30: <a href="https://raw.githack.com/r4bds/r4bds.github.io/main/recap_lab06.html">Recap of Lab 6</a></li>
<li>08.30 - 09.00: <a href="https://raw.githack.com/r4bds/r4bds.github.io/main/lecture_lab06.html">Lecture</a></li>
<li>09.00 - 09.15: Break</li>
<li>09.00 - 12.00: <a href="#sec-exercises">Exercises</a></li>
</ul>
Expand All @@ -377,9 +377,6 @@ <h2 class="anchored" data-anchor-id="learning-objectives">Learning Objectives</h
<li>Describe the components of a reproducible data analysis</li>
<li>Use RStudio and GitHub (git) for collaborative bio data science projects</li>
</ul>
<section id="stop-the-following-is-not-yet-completed" class="level4">
<h4 class="anchored" data-anchor-id="stop-the-following-is-not-yet-completed">STOP: The following is not yet completed!</h4>
</section>
</section>
<section id="sec-exercises" class="level2">
<h2 class="anchored" data-anchor-id="sec-exercises">Exercises</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/primer_on_linear_models_in_r.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ <h3 class="anchored" data-anchor-id="data">Data</h3>
<div class="cell">
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="fu">run_simulation</span>(<span class="at">temp =</span> <span class="fu">c</span>(<span class="dv">15</span>, <span class="dv">20</span>, <span class="dv">25</span>, <span class="dv">30</span>, <span class="dv">35</span>))</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>[1] 38.70771 44.61698 54.98782 58.87470 75.62242</code></pre>
<pre><code>[1] 41.22657 38.49267 55.72884 60.08302 73.95878</code></pre>
</div>
</div>
<p>Let’s just go ahead and create some data, we can work with. For this example, we take samples starting at 5 degree celsius and then in increments of 1 up to 50 degrees:</p>
Expand Down
8 changes: 4 additions & 4 deletions docs/search.json

Large diffs are not rendered by default.

Binary file added images/meme_p_less_than_alpha.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/meme_well_done.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions lab07.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

## Schedule

- 08.00 - 08.15: Recap of midway evaluation and exercises from last lab
- 08.15 - 08.30: Assignment walk-through
- 08.30 - 09.00: Introduction to Lab
- 08.00 - 08.10: Midway evaluation
- 08.10 - 08.30: [Recap of Lab 6](https://raw.githack.com/r4bds/r4bds.github.io/main/recap_lab06.html)
- 08.30 - 09.00: [Lecture](https://raw.githack.com/r4bds/r4bds.github.io/main/lecture_lab06.html)
- 09.00 - 09.15: Break
- 09.00 - 12.00: [Exercises](#sec-exercises)

Expand All @@ -32,8 +32,6 @@ _A student who has met the objectives of the session will be able to:_
- Describe the components of a reproducible data analysis
- Use RStudio and GitHub (git) for collaborative bio data science projects

#### STOP: The following is not yet completed!

## Exercises {#sec-exercises}

### Prologue
Expand Down
2 changes: 1 addition & 1 deletion recap_lab06.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Recap Lab 5"
title: "Recap Lab 6"
author: "Leon Eyrich Jessen"
format:
revealjs:
Expand Down
6,529 changes: 6,529 additions & 0 deletions recap_lab07.html

Large diffs are not rendered by default.

Loading

0 comments on commit 49ede11

Please sign in to comment.