sjPlot
Data Visualization for Statistics in Social Science
Description
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, principal component analysis and correlation matrices, cluster analyses, scatter plots, stacked scales, effects plots of regression models (including interaction terms) and much more. This package supports labelled data.
Downloads
25K
Last 30 days
742nd
92.2K
Last 90 days
375.8K
Last year
Trend: -25.4% (30d vs prior 30d)
58
Last 30 days
162
Last 90 days
576
Last year
Trend: +16% (30d vs prior 30d)
r2u: no daily series yet
CRAN Check Status
Show all 13 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | OK |
| r-devel-linux-x86_64-debian-gcc | OK |
| r-devel-linux-x86_64-fedora-clang | OK |
| r-devel-linux-x86_64-fedora-gcc | OK |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | OK |
| r-oldrel-macos-x86_64 | OK |
| r-oldrel-windows-x86_64 | OK |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check History
OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Jun 9, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Jun 8, 2026
package dependencies
Package required but not available: ‘sjmisc’ Packages suggested but not available for checking: 'brms', 'car', 'haven', 'glmmTMB', 'rstanarm' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual.
OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE May 9, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE May 3, 2026
examples
Running examples in 'sjPlot-Ex.R' failed The error most likely occurred in: > ### Name: plot_frq > ### Title: Plot frequencies of variables > ### Aliases: plot_frq > > ### ** Examples > > library(sjlabelled) > data(efc) > data(iris) > > # simple plots, two different notations > plot_frq(iris, Species) Error in as.data.frame.integer(x[[i]], optional = TRUE) : row names contain missing values Calls: plot_frq ... data.frame -> as.data.frame -> as.data.frame.integer Execution halted