diff --git a/DESCRIPTION b/DESCRIPTION index 44a8208..12ce2c9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ 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", @@ -8,7 +8,7 @@ Authors@R: role = c("cre", "aut", "cph"), email = "patilindrajeet.science@gmail.com", 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 diff --git a/README.md b/README.md index 7b35822..dd3ee7c 100644 --- a/README.md +++ b/README.md @@ -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/)). diff --git a/index.qmd b/index.qmd index c23b8f7..2c380d9 100644 --- a/index.qmd +++ b/index.qmd @@ -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 @@ -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;"} @@ -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%'} - -

- -:::{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!* @@ -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;"} @@ -1344,3 +1313,26 @@ It... ::: +## A grain of salt {.smaller} + +#### The "Golem of Prague" problem + +:::: {.columns} + +::: {.column width='40%'} + +

+ +:::{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.