Skip to content

Commit 13ee048

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent 047f7f9 commit 13ee048

123 files changed

Lines changed: 46 additions & 25098 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13c1f7f5
1+
5d0a22fa

08_stats_sims.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -508,10 +508,10 @@ <h4 class="unnumbered anchored" data-anchor-id="uniform-distribution">Uniform di
508508
<div class="cell">
509509
<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">runif</span>(<span class="at">n =</span> <span class="dv">20</span>, <span class="at">min =</span> <span class="sc">-</span><span class="dv">3</span>, <span class="at">max =</span> <span class="dv">3</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
510510
<div class="cell-output cell-output-stdout">
511-
<pre><code> [1] -0.5567977 0.6784336 -2.5241692 -0.3848864 -0.4791639 2.2544915
512-
[7] 1.5033505 0.3679869 -2.3471598 -1.6509727 1.7267787 1.6862398
513-
[13] 0.5562992 -2.7358689 -2.0798282 -2.6884165 -0.9698905 1.7781563
514-
[19] 2.2764425 -2.4441932</code></pre>
511+
<pre><code> [1] -0.6050084 -2.6275532 -1.8582383 1.0121247 -0.7105966 -0.5659857
512+
[7] 1.8639637 1.1184643 -2.1966110 0.5166994 1.3720997 0.3153023
513+
[13] -0.8915981 0.7354923 2.9685134 2.8520429 -1.4762614 -0.2854628
514+
[19] 2.6329340 2.0204811</code></pre>
515515
</div>
516516
</div>
517517
<p>When we draw a million times from the distribution, we can then plot it and see that it does look as we would expect:</p>

Methods-Camp.pdf

3 Bytes
Binary file not shown.

previous-editions/2024/00_setup.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

99

10-
<title>Setup – Methods Camp</title>
10+
<title>Setup – Methods Camp (2024)</title>
1111
<style>
1212
code{white-space: pre-wrap;}
1313
span.smallcaps{font-variant: small-caps;}
@@ -237,7 +237,7 @@ <h2 id="toc-title">Table of contents</h2>
237237

238238
<header id="title-block-header" class="quarto-title-block default">
239239
<div class="quarto-title">
240-
<h1 class="title">Setup</h1>
240+
<h1 class="title">Setup (2024)</h1>
241241
</div>
242242

243243

@@ -975,4 +975,4 @@ <h2 class="anchored" data-anchor-id="setting-up-for-methods-camp">Setting up for
975975

976976

977977

978-
</body></html>
978+
</body></html>

previous-editions/2024/01_r_intro.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

99

10-
<title>1&nbsp; Intro to R – Methods Camp</title>
10+
<title>1&nbsp; Intro to R – Methods Camp (2024)</title>
1111
<style>
1212
code{white-space: pre-wrap;}
1313
span.smallcaps{font-variant: small-caps;}
@@ -273,7 +273,7 @@ <h2 id="toc-title">Table of contents</h2>
273273

274274
<header id="title-block-header" class="quarto-title-block default">
275275
<div class="quarto-title">
276-
<h1 class="title"><span class="chapter-number">1</span>&nbsp; <span class="chapter-title">Intro to R</span></h1>
276+
<h1 class="title"><span class="chapter-number">1</span>&nbsp; <span class="chapter-title">Intro to R (2024)</span></h1>
277277
</div>
278278

279279

previous-editions/2024/02_tidy_data1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

99

10-
<title>2&nbsp; Tidy data analysis I – Methods Camp</title>
10+
<title>2&nbsp; Tidy data analysis I – Methods Camp (2024)/title>
1111
<style>
1212
code{white-space: pre-wrap;}
1313
span.smallcaps{font-variant: small-caps;}
@@ -286,7 +286,7 @@ <h2 id="toc-title">Table of contents</h2>
286286

287287
<header id="title-block-header" class="quarto-title-block default">
288288
<div class="quarto-title">
289-
<h1 class="title"><span class="chapter-number">2</span>&nbsp; <span class="chapter-title">Tidy data analysis I</span></h1>
289+
<h1 class="title"><span class="chapter-number">2</span>&nbsp; <span class="chapter-title">Tidy data analysis I (2024)</span></h1>
290290
</div>
291291

292292

previous-editions/2024/03_functions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

99

10-
<title>3&nbsp; Functions – Methods Camp</title>
10+
<title>3&nbsp; Functions – Methods Camp (2024)</title>
1111
<style>
1212
code{white-space: pre-wrap;}
1313
span.smallcaps{font-variant: small-caps;}
@@ -322,7 +322,7 @@ <h2 id="toc-title">Table of contents</h2>
322322

323323
<header id="title-block-header" class="quarto-title-block default">
324324
<div class="quarto-title">
325-
<h1 class="title"><span class="chapter-number">3</span>&nbsp; <span class="chapter-title">Functions</span></h1>
325+
<h1 class="title"><span class="chapter-number">3</span>&nbsp; <span class="chapter-title">Functions (2024)</span></h1>
326326
</div>
327327

328328

previous-editions/2024/04_calculus.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

99

10-
<title>4&nbsp; Calculus – Methods Camp</title>
10+
<title>4&nbsp; Calculus – Methods Camp (2024)</title>
1111
<style>
1212
code{white-space: pre-wrap;}
1313
span.smallcaps{font-variant: small-caps;}
@@ -321,7 +321,7 @@ <h2 id="toc-title">Table of contents</h2>
321321

322322
<header id="title-block-header" class="quarto-title-block default">
323323
<div class="quarto-title">
324-
<h1 class="title"><span class="chapter-number">4</span>&nbsp; <span class="chapter-title">Calculus</span></h1>
324+
<h1 class="title"><span class="chapter-number">4</span>&nbsp; <span class="chapter-title">Calculus (2024)</span></h1>
325325
</div>
326326

327327

previous-editions/2024/05_matrices.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

99

10-
<title>5&nbsp; Matrices – Methods Camp</title>
10+
<title>5&nbsp; Matrices – Methods Camp (2024)</title>
1111
<style>
1212
code{white-space: pre-wrap;}
1313
span.smallcaps{font-variant: small-caps;}
@@ -331,7 +331,7 @@ <h2 id="toc-title">Table of contents</h2>
331331

332332
<header id="title-block-header" class="quarto-title-block default">
333333
<div class="quarto-title">
334-
<h1 class="title"><span class="chapter-number">5</span>&nbsp; <span class="chapter-title">Matrices</span></h1>
334+
<h1 class="title"><span class="chapter-number">5</span>&nbsp; <span class="chapter-title">Matrices (2024)</span></h1>
335335
</div>
336336

337337

previous-editions/2024/06_tidy_data2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

99

10-
<title>6&nbsp; Tidy data analysis II – Methods Camp</title>
10+
<title>6&nbsp; Tidy data analysis II – Methods Camp (2024)</title>
1111
<style>
1212
code{white-space: pre-wrap;}
1313
span.smallcaps{font-variant: small-caps;}
@@ -287,7 +287,7 @@ <h2 id="toc-title">Table of contents</h2>
287287

288288
<header id="title-block-header" class="quarto-title-block default">
289289
<div class="quarto-title">
290-
<h1 class="title"><span class="chapter-number">6</span>&nbsp; <span class="chapter-title">Tidy data analysis II</span></h1>
290+
<h1 class="title"><span class="chapter-number">6</span>&nbsp; <span class="chapter-title">Tidy data analysis II (2024)</span></h1>
291291
</div>
292292

293293

0 commit comments

Comments
 (0)