Skip to content

Commit f7c7088

Browse files
committed
remove vertical slide layout
1 parent 0d646e7 commit f7c7088

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

blog/stats_primer.qmd

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ categories: [Probability, Start here, Slides]
88
editor: source
99
format:
1010
revealjs:
11-
navigation-mode: vertical
11+
theme: simple
12+
transition: fade
13+
transition-speed: fast
14+
chalkboard: true
15+
smaller: true
16+
scrollable: true
1217
code-fold: true
1318
code-link: true
1419
echo: true
@@ -18,18 +23,18 @@ format:
1823
<script src="https://cdn.plot.ly/plotly-2.20.0.min.js"></script>
1924
---
2025

21-
# Contents
26+
## Contents
2227

2328
- ⁠Single sample: probability basics - normal distribution and binomial (coins)
2429
- ⁠⁠2 samples: normal and chi square
2530
- Adjusting for confounders - (stratifying) & linear regression. Logistic regression
2631

27-
# Coin Flip Simulation {.scrollable}
32+
## Coin Flip Simulation
2833

2934
This simulation demonstrates the binomial distribution through repeated coin flips.
3035

3136
::: {.column-page}
32-
<iframe src="coin-flip.html" width="100%" height="680px" frameBorder="0"></iframe>
37+
<iframe src="../resources/coin-flip.html" width="100%" height="680px" frameBorder="0"></iframe>
3338
:::
3439

3540
::: {.notes}
@@ -43,7 +48,7 @@ This simulation demonstrates the binomial distribution through repeated coin fli
4348

4449
:::
4550

46-
## Binomial distribution {.smaller}
51+
## Binomial distribution {background-color="lightblue" visibility="uncounted"}
4752

4853
The binomial distribution is given by the formula:
4954

@@ -56,7 +61,7 @@ Where:
5661
- $p$ is the probability of success on a single trial.
5762
- $(1-p)$ is the probability of failure on a single trial.
5863

59-
# Next slides
64+
## Next slides
6065

6166
To do
6267

File renamed without changes.

0 commit comments

Comments
 (0)