andreaphsz / devel

Development snapshot of my sjPlot-package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, interpretation 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("sjPlot/devel")

Officiale, stable release

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

install.packages("sjPlot")

Documentation and examples

Citation

In case you want / have to cite my package, please use citation('sjPlot') for citation information. Since this package makes heavy use of the ggplot-package, consider citing this package as well.

Changelog of current development snapshot 1.8-2

General

  • Deprecated function sjp.emm.int was removed. Use sjp.int with parameter type = 'emm' to plot estimated marginal means.
  • Minor improvements for sjt.lm and sjt.glm.

New functions

  • sjt.lmer to print summary tables of linear mixed models.
  • sjt.glmer to print summary tables of generalized linear mixed models.

Bug fixes

  • Fixed formatting bug for pseudo-R2 in sjt.glm.

About

Development snapshot of my sjPlot-package


Languages

Language:R 99.9%Language:Rebol 0.1%