Skip to content

Commit

Permalink
Try to get chart to show once more
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasWallrich committed Sep 9, 2024
1 parent 26849ff commit 45d3a2d
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bilbio-style: "apalike"


```{r setup, include=FALSE, message=FALSE}
knitr::opts_chunk$set(echo = TRUE)
knitr::opts_chunk$set(echo = TRUE, fig.path = "static")
if (!require(dplyr)) install.packages("dplyr")
if (!require(purrr)) install.packages("purrr")
if (!require(ggplot2)) install.packages("ggplot2")
Expand Down Expand Up @@ -258,7 +258,7 @@ tab <- res_N %>%

</details>

```{r}
```{r echo=FALSE}
tab
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <h3>Simulation</h3>
geom_point() + geom_hline(yintercept = .2, color = &quot;red&quot;) + geom_hline(yintercept = .1, color = &quot;red&quot;, linetype = &quot;dashed&quot;) +
labs(y = &quot;Uncertainty (estimate - lower bound of 90% CI)&quot;)</code></pre>
</details>
<p><img src="{{< blogdown/postref >}}index_files/figure-html/unnamed-chunk-3-1.png" width="672" /></p>
<p><img src="staticunnamed-chunk-3-1.png" width="672" /></p>
</div>
<div id="calculation-of-required-n" class="section level3">
<h3>Calculation of required N</h3>
Expand Down Expand Up @@ -218,7 +218,6 @@ <h3>Calculation of required N</h3>
gt::tab_spanner_delim(delim = &quot;__&quot;) %&gt;%
gt::tab_header(title = &quot;Required sample sizes to achieve a desired level of uncertainty&quot;)</code></pre>
</details>
<pre class="r"><code>tab</code></pre>
<div id="dqngmgsrdd" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
<style>#dqngmgsrdd table {
font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
base
methods
datasets
utils
grDevices
graphics
stats
tidyverse
ggplot2
tibble
Expand All @@ -15,3 +8,4 @@ dplyr
stringr
forcats
lubridate
gt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions content/event/brain_business_podcast/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ abstract = "In our [large-scale meta-analysis on the links between team diversit
abstract_short = "Podcast interview on team diversity, performance, and leadership implications."
event = "Brain for Business Podcast"
event_url = "https://brainforbusiness.substack.com/p/series-2-episode-48-how-does-diversity"
location = "Brain for Business Podcast"
location = ""

# Is this a selected talk? (true/false)
selected = false
Expand All @@ -21,7 +21,9 @@ url_pdf = ""
url_slides = ""
url_video = ""
url_code = ""
url_custom = [{icon_pack = "fa", icon="podcast", name="Podcast", url = "https://brainforbusiness.substack.com/p/series-2-episode-48-how-does-diversity"}]
[url_custom]]
name = "Podcast"
url = "https://brainforbusiness.substack.com/p/series-2-episode-48-how-does-diversity"

# Does the content use math formatting?
math = false
Expand Down

0 comments on commit 45d3a2d

Please sign in to comment.