https://github.com/IndrajeetPatil/intro-to-ggstatsplot
Statistical Visualizations with {ggstatsplot}: A Biography
https://github.com/IndrajeetPatil/intro-to-ggstatsplot
ggplot-extension ggstatsplot presentation quarto r
Last synced: 2 months ago
JSON representation
Statistical Visualizations with {ggstatsplot}: A Biography
- Host: GitHub
- URL: https://github.com/IndrajeetPatil/intro-to-ggstatsplot
- Owner: IndrajeetPatil
- License: cc0-1.0
- Created: 2019-02-02T14:53:52.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T00:40:05.000Z (2 months ago)
- Last Synced: 2025-03-16T01:25:08.469Z (2 months ago)
- Topics: ggplot-extension, ggstatsplot, presentation, quarto, r
- Language: HTML
- Homepage: https://indrajeetpatil.github.io/intro-to-ggstatsplot/
- Size: 624 MB
- Stars: 29
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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/)).
The slides are available here:
There is also a dedicated website for this package:
## Setup
You will need to install the following package-
```r
install.packages("ggstatsplot")
```