Skip to content

Commit

Permalink
address EB FB: part-1
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Nov 15, 2024
1 parent 48eb704 commit de4eb01
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 50 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package: intro-to-ggstatsplot
Type: Presentation
Title: {ggstatsplot}: Informative Statistical Visualizations
Title: Statistical Visualizations with {ggstatsplot}: A Biography
Version: 2.0
Authors@R:
person(given = "Indrajeet",
family = "Patil",
role = c("cre", "aut", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets"))
Description: This presentation provides an introduction to the ggstatsplot package.
Description: This presentation provides an introduction to the `{ggstatsplot}` package.
This is not a package, and the DESCRIPTION file is included to make it easier
to install required packages in GitHub Actions workflows.
License: CC0 1.0 Universal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Introduction to `{ggstatsplot}`: Informative Statistical Visualizations
# Statistical Visualizations with {ggstatsplot}: A Biography

This is a repository for presentation about the [`{ggstatsplot}`](https://indrajeetpatil.github.io/ggstatsplot/) (prepared using [Quarto](https://quarto.org/)).

Expand Down
86 changes: 39 additions & 47 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
#title: "`{ggstatsplot}`: Informative Statistical Visualizations"
#title: "Statistical Visualizations with {ggstatsplot}: A Biography"
#author: "Indrajeet Patil"
#affiliation:
format:
revealjs:
theme: simple
slide-number: true
slide-number: c
embed-resources: true
preview-links: auto
code-link: true
Expand All @@ -30,7 +30,7 @@ library(ggplot2)
set.seed(123)
```

## {ggstatsplot}: Informative Statistical Visualizations {style="margin-top: 1em;"}
## Statistical Visualizations with {ggstatsplot}: A Biography {style="margin-top: 1em;"}

<!-- Need to install extension from https://github.com/quarto-ext/fontawesome -->

Expand Down Expand Up @@ -334,48 +334,6 @@ probable under the null hypothesis as compared to the alternative hypothesis. Th

:::

## A grain of salt {.smaller}

#### The "Golem of Prague" problem

:::: {.columns}

::: {.column width='40%'}

<br><br>

:::{style="background-color: #F3CCFF; padding: 20px; border-radius: 25px; text-align: center;"}
❌ Promotes mindless application of statistical tests.
:::

:::

::: {.column width='60%'}
![](media/golem-problem.jpeg){.relative fig-align="center"}
:::

::::

#### Clunky API {.smaller}

:::: {.columns}

::: {.column width='50%'}

- Not a "real" `{ggplot2}` extension.
- Not interactive.

:::

::: {.column width='50%'}

- Statistical proficiency needed.
- No stable (`1.0`) release yet.

:::

::::

# Pleasant Side Effects

*Maybe the real treasure was the technical skills we picked up along the way!*
Expand Down Expand Up @@ -503,13 +461,24 @@ While improving QA tools for `{ggstatsplot}`, in the spirit of open-source, I de
#| label: "cran_downloads"
#| fig-align: center
#| echo: false
#| include: false
library(packageRank)
plot(
p_downloads <- plot(
cranDownloads("ggstatsplot", from = "2018-04-03", to = Sys.Date()),
graphics = "ggplot2", smooth = TRUE
)
)
```

```{r}
#| label: "cran_downloads_print"
#| fig-align: center
#| echo: false
p_downloads +
ggplot2::labs(subtitle = NULL) +
ggplot2::theme_minimal(base_size = 24)
```


:::

:::{style="background-color: #FFDCA9; padding: 10px; border-radius: 25px; text-align: center; font-size:20px;"}
Expand Down Expand Up @@ -1344,3 +1313,26 @@ It...

:::

## A grain of salt {.smaller}

#### The "Golem of Prague" problem

:::: {.columns}

::: {.column width='40%'}

<br><br>

:::{style="background-color: #F3CCFF; padding: 20px; border-radius: 25px; text-align: center;"}
❌ Promotes mindless application of statistical tests.
:::

:::

::: {.column width='60%'}
![](media/golem-problem.jpeg){.relative fig-align="center"}
:::

::::

#### No stable release yet.

0 comments on commit de4eb01

Please sign in to comment.