⚠️There's a newer version (2.8.16) of this package.Take me there.

sjPlot - Data Visualization for Statistics in Social Science

           

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 following commands into the R console:

library(devtools)
devtools::install_github("strengejacke/sjPlot")

Officiale, stable release

To install the latest stable release from CRAN, type following command into the R console:

install.packages("sjPlot")

Documentation and examples

Please visit 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, consider citing this package as well.

Copy Link

Version

Install

install.packages('sjPlot')

Monthly Downloads

20,068

Version

2.8.4

License

GPL-3

Maintainer

Last Published

May 24th, 2020

Functions in sjPlot (2.8.4)

dist_t

Plot t-distributions
plot_grid

Arrange list of plots as grid
plot_kfold_cv

Plot model fit from k-fold cross-validation
dist_norm

Plot normal distributions
plot_frq

Plot frequencies of variables
plot_gpt

Plot grouped proportional tables
plot_grpfrq

Plot grouped or stacked frequencies
efc

Sample dataset from the EUROFAMCARE project
dist_chisq

Plot chi-squared distributions
dist_f

Plot F distributions
sjp.aov1

Plot One-Way-Anova tables
sjPlot-themes

Modify plot appearance
plot_scatter

Plot (grouped) scatter plots
plot_model

Plot regression models
sjp.poly

Plot polynomials for (generalized) linear regression
plot_stackfrq

Plot stacked proportional bars
sjplot

Wrapper to create plots and tables within a pipe-workflow
plot_likert

Plot likert scales as centered stacked bars
set_theme

Set global theme options for sjp-functions
plot_xtab

Plot contingency tables
sjPlot-package

Data Visualization for Statistics in Social Science
tab_df

Print data frames as HTML table.
tab_corr

Summary of correlations as HTML table
plot_residuals

Plot predicted values and their residuals
sjp.chi2

Plot Pearson's Chi2-Test of multiple contingency tables
plot_models

Forest plot of multiple regression models
sjp.corr

Plot correlation matrix
tab_stackfrq

Summary of stacked frequencies as HTML table
save_plot

Save ggplot-figure for print publication
tab_xtab

Summary of contingency tables as HTML table
tab_model

Print regression models as HTML table
tab_fa

Summary of factor analysis as HTML table
view_df

View structure of labelled data frames
tab_itemscale

Summary of item analysis of an item scale as HTML table
tab_pca

Summary of principal component analysis as HTML table