Skip to content

Commit

Permalink
Deploying to gh-pages from @ d8b393d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
3mmaRand committed Oct 26, 2023
1 parent ee321a0 commit f8f1bd8
Show file tree
Hide file tree
Showing 30 changed files with 793 additions and 793 deletions.
Binary file modified pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-10-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-11-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-12-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-5-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-7-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-8-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-9-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pgt52m/week-7/workshop_files/figure-html/unnamed-chunk-11-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pgt52m/week-7/workshop_files/figure-html/unnamed-chunk-12-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pgt52m/week-8/workshop_files/figure-html/unnamed-chunk-13-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified r4babs1/week-9/workshop_files/figure-html/unnamed-chunk-10-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified r4babs1/week-9/workshop_files/figure-html/unnamed-chunk-11-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified r4babs1/week-9/workshop_files/figure-html/unnamed-chunk-12-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified r4babs1/week-9/workshop_files/figure-html/unnamed-chunk-5-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified r4babs1/week-9/workshop_files/figure-html/unnamed-chunk-7-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified r4babs1/week-9/workshop_files/figure-html/unnamed-chunk-8-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified r4babs1/week-9/workshop_files/figure-html/unnamed-chunk-9-1.png
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 r4babs2/week-2/data-raw/plant.xlsx
Binary file not shown.
4 changes: 2 additions & 2 deletions r4babs2/week-2/workshop.html
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ <h1 class="title">Workshop</h1>
<p><img src="images/do_in_R.png" class="img-fluid"> Add a comment to the script: <code># Introduction to statistical models: Single linear-regression</code> and load the <strong><code>tidyverse</code></strong> <span class="citation" data-cites="tidyverse">(<a href="#ref-tidyverse" role="doc-biblioref">Wickham et al. 2019</a>)</span> package</p>
</section><section id="exercises" class="level1"><h1>Exercises</h1>
<section id="linear-regression" class="level2"><h2 class="anchored" data-anchor-id="linear-regression">Linear Regression</h2>
<p>The data in <a href="../data/plant.xlsx">plant.xlsx</a> is a set of observations of plant growth over two months. The researchers planted the seeds and harvested, dried and weighed a plant each day from day 10 so all the data points are independent of each other.</p>
<p><img src="images/do_in_R.png" class="img-fluid"> Save a copy of <a href="../data/plant.xlsx">plant.xlsx</a> to your <code>data-raw</code> folder and import it.</p>
<p>The data in <a href="data-raw/plant.xlsx">plant.xlsx</a> is a set of observations of plant growth over two months. The researchers planted the seeds and harvested, dried and weighed a plant each day from day 10 so all the data points are independent of each other.</p>
<p><img src="images/do_in_R.png" class="img-fluid"> Save a copy of <a href="data-raw/plant.xlsx">plant.xlsx</a> to your <code>data-raw</code> folder and import it.</p>
<p><img src="images/answer.png" class="img-fluid"> What type of variables do you have? Which is the response and which is the explanatory? What is the null hypothesis?</p>
<!-- #---THINKING ANSWER--- -->
<!-- Day is discrete (but ordered) and is the explanatory; mass looks continuous and -->
Expand Down
Binary file modified r4babs2/week-3/workshop_files/figure-html/unnamed-chunk-11-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified r4babs2/week-3/workshop_files/figure-html/unnamed-chunk-12-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified r4babs2/week-4/workshop_files/figure-html/unnamed-chunk-13-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified r4babs2/week-5/workshop_files/figure-html/unnamed-chunk-16-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified r4babs2/week-5/workshop_files/figure-html/unnamed-chunk-17-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified r4babs2/week-5/workshop_files/figure-html/unnamed-chunk-18-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified r4babs2/week-5/workshop_files/figure-html/unnamed-chunk-19-1.png
Binary file modified r4babs2/week-5/workshop_files/figure-html/unnamed-chunk-20-1.png
1,582 changes: 791 additions & 791 deletions search.json

Large diffs are not rendered by default.

0 comments on commit f8f1bd8

Please sign in to comment.