Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
emitanaka committed Sep 20, 2024
1 parent 1b06576 commit 08e1f5b
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 63 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
61d36c0b
e6cadd29
2 changes: 1 addition & 1 deletion ad.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.5.31">
<meta name="generator" content="quarto-1.5.30">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down
Binary file modified exercises/handout1.pdf
Binary file not shown.
74 changes: 37 additions & 37 deletions index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion next-time.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.5.31">
<meta name="generator" content="quarto-1.5.30">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down
4 changes: 2 additions & 2 deletions search.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://anu-bdsi.github.io/workshop-experimental-design/slides/slide2.html</loc>
<lastmod>2024-09-19T23:51:43.935Z</lastmod>
<lastmod>2024-09-20T00:20:56.157Z</lastmod>
</url>
<url>
<loc>https://anu-bdsi.github.io/workshop-experimental-design/next-time.html</loc>
<lastmod>2024-09-12T01:44:48.000Z</lastmod>
<lastmod>2024-09-12T01:44:48.014Z</lastmod>
</url>
<url>
<loc>https://anu-bdsi.github.io/workshop-experimental-design/ad.html</loc>
<lastmod>2024-09-02T02:30:41.000Z</lastmod>
<lastmod>2024-09-11T04:38:29.569Z</lastmod>
</url>
<url>
<loc>https://anu-bdsi.github.io/workshop-experimental-design/index.html</loc>
<lastmod>2024-09-14T10:45:12.258Z</lastmod>
<lastmod>2024-09-14T10:45:12.000Z</lastmod>
</url>
<url>
<loc>https://anu-bdsi.github.io/workshop-experimental-design/slides/slide1.html</loc>
<lastmod>2024-09-17T01:32:43.000Z</lastmod>
<lastmod>2024-09-17T01:32:43.513Z</lastmod>
</url>
<url>
<loc>https://anu-bdsi.github.io/workshop-experimental-design/slides/slide3.html</loc>
<lastmod>2024-09-14T10:33:59.287Z</lastmod>
<lastmod>2024-09-14T10:33:59.000Z</lastmod>
</url>
</urlset>
2 changes: 1 addition & 1 deletion slides/slide1.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link href="../site_libs/quarto-html/quarto-syntax-highlighting.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<link href="../site_libs/quarto-contrib/fontawesome6-0.1.0/all.css" rel="stylesheet">
<link href="../site_libs/quarto-contrib/fontawesome6-0.1.0/latex-fontsize.css" rel="stylesheet"><meta charset="utf-8">
<meta name="generator" content="quarto-1.5.31">
<meta name="generator" content="quarto-1.5.30">

<meta name="author" content="Emi Tanaka">
<title>ANU BDSI – Statistical anatomy of experiments</title>
Expand Down
22 changes: 10 additions & 12 deletions slides/slide2.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link href="../site_libs/quarto-html/quarto-syntax-highlighting.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<link href="../site_libs/quarto-contrib/fontawesome6-0.1.0/all.css" rel="stylesheet">
<link href="../site_libs/quarto-contrib/fontawesome6-0.1.0/latex-fontsize.css" rel="stylesheet"><meta charset="utf-8">
<meta name="generator" content="quarto-1.5.31">
<meta name="generator" content="quarto-1.5.30">

<meta name="author" content="Emi Tanaka">
<title>ANU BDSI – Principles of experimental designs</title>
Expand Down Expand Up @@ -492,7 +492,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"id":1,"code":"library(edibble)\nset.seed(1) # to replicate the result \ndesign(\"Randomised complete block design\") |> \n set_units(pen = 3, \n cow = nested_in(pen, 2)) |> \n set_trts(supplement = c(\"new\", \"control\")) |> \n allot_table(supplement ~ cow, order = \"random\")","options":{"context":"interactive","output":"true","fig-cap":"","fig-height":5,"classes":"","read-only":"false","out-height":"","results":"markup","fig-width":7,"label":"unnamed-chunk-1","out-width":"700px","warning":"true","autorun":"false","echo":"true","message":"true","dpi":72,"comment":""}},{"id":2,"code":"library(edibble)\ntrt_str <- set_trts(fertilizer = c(\"A\", \"B\"),\n water = c(\"irrigate\", \"rainfed\"))\nunit_str1 <- set_units(plot = 12)\nunit_str2 <- set_units(strip = 6,\n plot = nested_in(strip, 2))\n\ndes1 <- (unit_str1 + trt_str) |> allot_table(fertilizer ~ plot, water ~ plot)\ndes2 <- (unit_str1 + trt_str) |> allot_table(fertilizer:water ~ plot)\ndes3 <- (unit_str2 + trt_str) |> allot_table(fertilizer:water ~ plot)\n\ndes1","options":{"context":"interactive","output":"true","fig-cap":"","fig-height":5,"classes":"","read-only":"false","out-height":"","results":"markup","fig-width":7,"label":"unnamed-chunk-2","out-width":"700px","warning":"true","autorun":"false","echo":"true","message":"true","dpi":72,"comment":""}},{"id":3,"code":"design_anatomy(des3)","options":{"read-only":"false","classes":"","out-height":"","results":"markup","context":"interactive","output":"true","label":"unnamed-chunk-3","out-width":"700px","fig-height":5,"comment":"","fig-width":7,"dpi":72,"fig-cap":"","message":"true","warning":"true","autorun":"false"}},{"id":4,"code":"library(edibble)\ndes_invalid <- design(\"Invalid design\") |> \n set_units(pen = 2, \n cow = nested_in(pen, 3)) |> \n set_trts(supp = c(\"new\", \"control\")) |> \n allot_table(supp ~ pen)\n\ndesign_anatomy(des_invalid)","options":{"read-only":"false","classes":"","out-height":"","results":"markup","context":"interactive","output":"true","label":"unnamed-chunk-4","out-width":"700px","fig-height":5,"comment":"","fig-width":7,"dpi":72,"fig-cap":"","message":"true","warning":"true","autorun":"false"}}];
globalThis.qwebrCellDetails = [{"id":1,"code":"library(edibble)\nset.seed(1) # to replicate the result \ndesign(\"Randomised complete block design\") |> \n set_units(pen = 3, \n cow = nested_in(pen, 2)) |> \n set_trts(supplement = c(\"new\", \"control\")) |> \n allot_table(supplement ~ cow, order = \"random\")","options":{"comment":"","fig-cap":"","results":"markup","warning":"true","dpi":72,"context":"interactive","fig-height":5,"out-height":"","fig-width":7,"out-width":"700px","read-only":"false","classes":"","echo":"true","message":"true","autorun":"false","output":"true","label":"unnamed-chunk-1"}},{"id":2,"code":"library(edibble)\ntrt_str <- set_trts(fertilizer = c(\"A\", \"B\"),\n water = c(\"irrigate\", \"rainfed\"))\nunit_str1 <- set_units(plot = 12)\nunit_str2 <- set_units(strip = 6,\n plot = nested_in(strip, 2))\n\ndes1 <- (unit_str1 + trt_str) |> allot_table(fertilizer ~ plot, water ~ plot)\ndes2 <- (unit_str1 + trt_str) |> allot_table(fertilizer:water ~ plot)\ndes3 <- (unit_str2 + trt_str) |> allot_table(fertilizer:water ~ plot)\n\ndes1","options":{"comment":"","fig-cap":"","results":"markup","warning":"true","dpi":72,"context":"interactive","fig-height":5,"out-height":"","fig-width":7,"out-width":"700px","read-only":"false","classes":"","echo":"true","message":"true","autorun":"true","output":"true","label":"unnamed-chunk-2"}},{"id":3,"code":"design_anatomy(des3)","options":{"comment":"","fig-cap":"","results":"markup","read-only":"false","classes":"","warning":"true","out-width":"700px","label":"unnamed-chunk-3","message":"true","autorun":"true","dpi":72,"context":"interactive","fig-width":7,"fig-height":5,"output":"true","out-height":""}},{"id":4,"code":"library(edibble)\ndes_invalid <- design(\"Invalid design\") |> \n set_units(pen = 2, \n cow = nested_in(pen, 3)) |> \n set_trts(supp = c(\"new\", \"control\")) |> \n allot_table(supp ~ pen)\n\ndesign_anatomy(des_invalid)","options":{"comment":"","fig-cap":"","results":"markup","read-only":"false","classes":"","warning":"true","out-width":"700px","label":"unnamed-chunk-4","message":"true","autorun":"true","dpi":72,"context":"interactive","fig-width":7,"fig-height":5,"output":"true","out-height":""}}];

</script>
<script type="module">
Expand Down Expand Up @@ -2049,18 +2049,16 @@ <h2>Invalid design</h2>
</section>
<section id="summary" class="slide level2">
<h2>Summary</h2>
<div>
<ul>
<li class="fragment">Remember the basic design principles: controls, replication, blocking, and randomisaton.</li>
<li class="fragment">Use blinding where applicable to reduce experimental bias.</li>
<li class="fragment">Randomisation is like buying an insurance (but free!).</li>
<li class="fragment">Randomisation helps to protect you from unknown confounding factors.</li>
<li class="fragment">Block what you can, randomise what you cannot.</li>
<li class="fragment">Watch out for pseudoreplication!</li>
<li class="fragment">Randomise using a computer program if possible.</li>
<li class="fragment">Produce a design anatomy to see the spread of the degrees of freedom across sources of variation.</li>
<li>Remember the basic design principles: controls, replication, blocking, and randomisaton.</li>
<li>Use blinding where applicable to reduce experimental bias.</li>
<li>Randomisation is like buying an insurance (but free!).</li>
<li>Randomisation helps to protect you from unknown confounding factors.</li>
<li>Block what you can, randomise what you cannot.</li>
<li>Watch out for pseudoreplication!</li>
<li>Randomise using a computer program if possible.</li>
<li>Produce a design anatomy to see the spread of the degrees of freedom across sources of variation.</li>
</ul>
</div>

<div class="quarto-auto-generated-content">
<p><img src="_extensions/anu-links/anu-light/logo/ANU_ Crest_Gold.png" class="slide-logo"></p>
Expand Down
4 changes: 2 additions & 2 deletions slides/slide3.html

Large diffs are not rendered by default.

0 comments on commit 08e1f5b

Please sign in to comment.