Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strengejacke/sjPlot
sjPlot - Data Visualization for Statistics in Social Science
https://github.com/strengejacke/sjPlot
data-visualization plotting r social-sciences statistics
Last synced: 3 months ago
JSON representation
sjPlot - Data Visualization for Statistics in Social Science
- Host: GitHub
- URL: https://github.com/strengejacke/sjPlot
- Owner: strengejacke
- Created: 2014-12-03T10:37:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T14:50:22.000Z (6 months ago)
- Last Synced: 2024-07-18T07:51:47.988Z (4 months ago)
- Topics: data-visualization, plotting, r, social-sciences, statistics
- Language: R
- Homepage: https://strengejacke.github.io/sjPlot
- Size: 327 MB
- Stars: 604
- Watchers: 27
- Forks: 91
- Open Issues: 221
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - strengejacke/sjPlot - sjPlot - Data Visualization for Statistics in Social Science (R)
README
# sjPlot - Data Visualization for Statistics in Social Science
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/sjPlot)](https://cran.r-project.org/package=sjPlot)
Collection of plotting and table output functions for data visualization. Results of various statistical analyses (that are commonly used in social sciences) can be visualized using this package, including simple and cross tabulated frequencies, histograms, box plots, (generalized) linear models, mixed effects models, PCA and correlation matrices, cluster analyses, scatter plots, Likert scales, effects plots of interaction terms in regression models, constructing index or score variables and much more.
## Installation
### Latest development build
To install the latest development snapshot (see latest changes below), type the following commands into the R console:
```r
library(devtools)
devtools::install_github("strengejacke/sjPlot")
```### Official, stable release
To install the latest stable release from CRAN, type the following command into the R console:
```r
install.packages("sjPlot")
```## Documentation and examples
Please visit [https://strengejacke.github.io/sjPlot/](https://strengejacke.github.io/sjPlot/) for documentation and vignettes.
## Citation
In case you want / have to cite my package, please use `citation('sjPlot')` for citation information. Since core functionality of package depends on the [ggplot-package](https://cran.r-project.org/package=ggplot2), consider citing this package as well.
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1308157.svg)](https://doi.org/10.5281/zenodo.1308157)