Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijit Dasgupta committed Nov 13, 2024
1 parent e1cf129 commit 93e635c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ea03e0a1
a9dae7a5
2 changes: 1 addition & 1 deletion 01-technical-background.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"options":{"out-width":"700px","editor-font-scale":"1","context":"interactive","read-only":"false","classes":"","message":"true","results":"markup","fig-width":7,"autorun":"false","output":"true","dpi":72,"warning":"true","editor-max-height":"","fig-height":5,"comment":"","fig-cap":"","out-height":"","editor-quick-suggestions":"false","editor-word-wrap":"true","label":"unnamed-chunk-1"},"code":"lambda = 1\nx <- seq(0, 10, by = 0.1)\ny <- dexp(x, rate = lambda)\nplot(x, y, type ='l')","id":1},{"options":{"out-width":"700px","editor-font-scale":"1","context":"interactive","read-only":"false","classes":"","message":"true","results":"markup","fig-width":7,"autorun":"false","output":"true","dpi":72,"warning":"true","editor-max-height":"","fig-height":5,"comment":"","fig-cap":"","out-height":"","editor-quick-suggestions":"false","editor-word-wrap":"true","label":"unnamed-chunk-2"},"code":"alpha = 1\nbeta = 1\ny = dweibull(x, shape = alpha, scale = beta)\nplot(x, y, type = 'l')","id":2}];
globalThis.qwebrCellDetails = [{"id":1,"code":"lambda = 1\nx <- seq(0, 10, by = 0.1)\ny <- dexp(x, rate = lambda)\nplot(x, y, type ='l')","options":{"fig-cap":"","editor-quick-suggestions":"false","message":"true","comment":"","out-height":"","autorun":"false","label":"unnamed-chunk-1","read-only":"false","classes":"","context":"interactive","fig-height":5,"editor-word-wrap":"true","out-width":"700px","dpi":72,"output":"true","results":"markup","warning":"true","fig-width":7,"editor-font-scale":"1","editor-max-height":""}},{"id":2,"code":"alpha = 1\nbeta = 1\ny = dweibull(x, shape = alpha, scale = beta)\nplot(x, y, type = 'l')","options":{"fig-cap":"","editor-quick-suggestions":"false","message":"true","comment":"","out-height":"","autorun":"false","label":"unnamed-chunk-2","read-only":"false","classes":"","context":"interactive","fig-height":5,"editor-word-wrap":"true","out-width":"700px","dpi":72,"output":"true","results":"markup","warning":"true","fig-width":7,"editor-font-scale":"1","editor-max-height":""}}];

</script>
<script type="module">
Expand Down
4 changes: 2 additions & 2 deletions chapters/week-02.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"code":"set.seed(1000)\ninstall.packages(\"tidyverse\")\nlibrary(tidyverse)\nm1 <- 0\nm2 <- 0.2\ns <- 0.5\nn <- 10 # number of samples we observe in 1 expt (replicates)\nnsim <- 1000 # number of simulated expts\n\n# compute sampling distributions\nx1 <- replicate(nsim, mean(rnorm(n, m1, s)))\nx2 <- replicate(nsim, mean(rnorm(n, m2, s)))\n\ndr <- sqrt(n) * (x2 - x1) / (2 * s^2) > qnorm(0.95)\npower <- mean(dr)\n\nd <- tibble(x = c(x1, x2), grp = factor(c(rep(1, nsim), rep(2, nsim))))\n\nggplot(d, aes(x, color = grp)) +\n geom_density() +\n geom_vline(xintercept = sqrt(2) * s / sqrt(n)) +\n scale_x_continuous(limits = c(-1, 1)) +\n theme_bw() +\n labs(title = paste0(\"Power = \", power))","id":1,"options":{"results":"markup","editor-quick-suggestions":"false","fig-cap":"","classes":"","fig-height":5,"out-height":"","editor-word-wrap":"true","output":"true","out-width":"700px","read-only":"false","comment":"","editor-max-height":"","autorun":"false","dpi":72,"message":"true","warning":"true","editor-font-scale":"1","context":"interactive","fig-width":7,"label":"unnamed-chunk-1"}}];
globalThis.qwebrCellDetails = [{"code":"set.seed(1000)\ninstall.packages(\"tidyverse\")\nlibrary(tidyverse)\nm1 <- 0\nm2 <- 0.2\ns <- 0.5\nn <- 10 # number of samples we observe in 1 expt (replicates)\nnsim <- 1000 # number of simulated expts\n\n# compute sampling distributions\nx1 <- replicate(nsim, mean(rnorm(n, m1, s)))\nx2 <- replicate(nsim, mean(rnorm(n, m2, s)))\n\ndr <- sqrt(n) * (x2 - x1) / (2 * s^2) > qnorm(0.95)\npower <- mean(dr)\n\nd <- tibble(x = c(x1, x2), grp = factor(c(rep(1, nsim), rep(2, nsim))))\n\nggplot(d, aes(x, color = grp)) +\n geom_density() +\n geom_vline(xintercept = sqrt(2) * s / sqrt(n)) +\n scale_x_continuous(limits = c(-1, 1)) +\n theme_bw() +\n labs(title = paste0(\"Power = \", power))","options":{"classes":"","dpi":72,"autorun":"false","out-height":"","editor-word-wrap":"true","output":"true","warning":"true","fig-height":5,"context":"interactive","comment":"","fig-cap":"","editor-font-scale":"1","out-width":"700px","message":"true","label":"unnamed-chunk-1","results":"markup","read-only":"false","fig-width":7,"editor-max-height":"","editor-quick-suggestions":"false"},"id":1}];

</script><script type="module">
// Declare startupMessageQWebR globally
Expand Down Expand Up @@ -2341,7 +2341,7 @@ <h1 class="title"><span id="sec-week2" class="quarto-section-identifier"><span c
<div>

</div>
<div class="cell quarto-layout-panel" data-layout-ncol="2" data-execute="{&quot;message&quot;:false,&quot;warning&quot;:false}">
<div class="cell quarto-layout-panel" data-execute="{&quot;message&quot;:false,&quot;warning&quot;:false}" data-layout-ncol="2">
<div class="quarto-layout-row">
<div class="quarto-layout-cell" style="flex-basis: 50.0%;justify-content: center;">
<p><img src="week-02_files/figure-html/unnamed-chunk-1-1.png" class="img-fluid" width="672"></p>
Expand Down
4 changes: 2 additions & 2 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
</url>
<url>
<loc>https://www.araastat.com/6150-notes/chapters/week-11.html</loc>
<lastmod>2024-11-13T14:12:04.433Z</lastmod>
<lastmod>2024-11-13T16:40:45.045Z</lastmod>
</url>
<url>
<loc>https://www.araastat.com/6150-notes/chapters/week-12.html</loc>
<lastmod>2024-11-13T15:50:34.230Z</lastmod>
<lastmod>2024-11-13T16:55:01.853Z</lastmod>
</url>
<url>
<loc>https://www.araastat.com/6150-notes/01-technical-background.html</loc>
Expand Down

0 comments on commit 93e635c

Please sign in to comment.