Learn R Programming

sjPlot (version 1.7)

sjPlot-package: 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, PCA and correlation matrices, cluster analyses, scatter plots, Likert scales etc. Furthermore, this package contains some tools that are useful when carrying out data analysis or interpreting data (especially intended for people coming from SPSS and/or who are new to R). These tool functions support reading and writing data (SPSS, SAS and STATA), variable recoding and weighting, statistical tests, interpretation of interaction terms in regression models, reliability tests and constructing index or score variables and much more. What does this package do? In short, the functions in this package mostly do two things:
  1. compute basic or advanced statistical analyses
  2. either plot the results as ggplot-figure or print them as html-table
However, meanwhile the amount of functions has increased, hence you’ll also find some utility functions beside the plotting functions. How does this package help me? One of the more challenging tasks when working with R is to get nicely formatted output of statistical analyses, either in graphical or table format. The sjPlot-package takes over these tasks and makes it very easy to create beautiful figures or tables in a very intuitive way. There are many examples for each function in the related help files and a comprehensive http://www.strengejacke.de/sjPlot{online documentation}. A note on the package functions The main functions follow specific naming conventions, hence starting with a specific prefix, which indicates what kind of task these functions perform.
  • sjc- cluster analysis functions
  • sjp- plotting functions
  • sjt- (HTML) table output functions

Arguments

encoding

UTF-8

docType

package

Details

ll{ Package: sjPlot Type: Package Version: 1.7 Date: 2015-03-11 License: GPL-3 }

References

Documentation: http://www.strengejacke.de/sjPlot Weblog: http://strengejacke.wordpress.com/sjplot-r-package/ Github: https://github.com/sjPlot/devel Bug reports: https://github.com/sjPlot/devel/issues