Collection of convenient functions for common statistical computations, which are not directly provided by R's base or stats packages. This package aims at providing, first, shortcuts for statistical measures, which otherwise could only be calculated with additional effort (like standard errors or root mean squared errors). Second, these shortcut functions are generic (if appropriate), and can be applied not only to vectors, but also to other objects as well (e.g., the Coefficient of Variation can be computed for vectors, linear models, or linear mixed models; the r2()-function returns the r-squared value for 'lm', 'glm', 'merMod' or 'lme' objects). The focus of most functions lies on summary statistics or fit measures for regression models, including generalized linear models and mixed effects models. However, some of the functions also deal with other statistical measures, like Cronbach's Alpha, Cramer's V, Phi etc.
Version: | 0.14.1 |
Depends: | R (≥ 3.2), stats, utils |
Imports: | bayesplot, broom, cli, coin, crayon, dplyr (≥ 0.7.1), emmeans, lme4 (≥ 1.1-12), lmtest (≥ 0.9-34), glmmTMB, magrittr, MASS, Matrix, modelr, nlme, prediction, purrr (≥ 0.2.2), pwr, rlang, sandwich (≥ 2.3-4), sjlabelled (≥ 1.0.6), sjmisc (≥ 2.6.3), tidyr (≥ 0.7.0), tidyselect, tibble (≥ 1.3.3) |
Suggests: | AER, arm, brms, car, ggplot2, graphics, Hmisc, knitr, lmerTest, pbkrtest (≥ 0.4-7), pROC, psych, sjPlot, survey, rstan, rstanarm, tidyverse, Zelig |
Published: | 2018-02-04 |
Author: | Daniel Lüdecke |
Maintainer: | Daniel Lüdecke <d.luedecke at uke.de> |
BugReports: | https://github.com/strengejacke/sjstats/issues |
License: | GPL-3 |
URL: | https://github.com/strengejacke/sjstats |
NeedsCompilation: | no |
Citation: | sjstats citation info |
Materials: | README NEWS |
CRAN checks: | sjstats results |
Reference manual: | sjstats.pdf |
Vignettes: |
Statistics for Anova Tables Statistics for Mixed Effects Models |
Package source: | sjstats_0.14.1.tar.gz |
Windows binaries: | r-devel: sjstats_0.14.1.zip, r-release: sjstats_0.14.1.zip, r-oldrel: sjstats_0.14.1.zip |
OS X El Capitan binaries: | r-release: sjstats_0.14.1.tgz |
OS X Mavericks binaries: | r-oldrel: sjstats_0.13.0.tgz |
Old sources: | sjstats archive |
Reverse imports: | EMAtools, ggeffects, sjPlot |
Reverse suggests: | sjmisc |
Please use the canonical form https://CRAN.R-project.org/package=sjstats to link to this page.