Skip to content

Add Matus' tutorial on transorming and scaling #288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
776 changes: 776 additions & 0 deletions _tutorials/data-scaling.md

Large diffs are not rendered by default.

Binary file added assets/img/hex/data-scaling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions assets/img/tutorials/data-scaling/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Figures
This folder contains all the figures produced as part of the tutorial as well as diagrams, equations and animations embedded in the tutorial file.
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 assets/img/tutorials/data-scaling/bcplot.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.
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.
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.
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 added assets/img/tutorials/data-scaling/qq_plots.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.
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.
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.
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.
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 assets/img/tutorials/data-scaling/stork_hist.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.
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 added assets/img/tutorials/data-scaling/stork_photo.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 assets/img/tutorials/data-scaling/stork_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,25 +193,25 @@ redirect_from:
</a>
</div>
</div>
<div class="tutcont">
<div class="tutcont">
<div class="tuthex">
<img src="{{ site.baseurl }}/assets/img/hex/anova_icon.png" alt="ANOVA hex logo">
<img src="{{ site.baseurl }}/assets/img/hex/data-scaling.png" alt="Transforming and scaling hex logo">
</div>
<div class="tutdesc">
<a href="{{ site.baseurl }}/tutorials/anova">
<h2>ANOVA from A to (XY)Z</h2>
<p>Tidying data, running a one-way ANOVA and making a beautiful data visualisation</p>
<a href="{{ site.baseurl }}/tutorials/data-scaling">
<h2>Transforming and scaling data</h2>
<p>Understand the fundamental concepts of manipulating data distributions for modelling and visualization</p>
</a>
</div>
</div>
<div class="tutcont">
<div class="tutcont">
<div class="tuthex">
<img src="{{ site.baseurl }}/assets/img/hex/design_icon.png" alt="Model design hex logo">
<img src="{{ site.baseurl }}/assets/img/hex/anova_icon.png" alt="ANOVA hex logo">
</div>
<div class="tutdesc">
<a href="{{ site.baseurl }}/tutorials/model-design">
<h2>Introduction to model design</h2>
<p>How to turn a research question into a model</p>
<a href="{{ site.baseurl }}/tutorials/anova">
<h2>ANOVA from A to (XY)Z</h2>
<p>Tidying data, running a one-way ANOVA and making a beautiful data visualisation</p>
</a>
</div>
</div>
Expand Down