Package: sjstats
Type: Package
Encoding: UTF-8
Title: Collection of Convenient Functions for Common Statistical
        Computations
Version: 0.14.1
Date: 2018-02-05
Author: Daniel Lüdecke <d.luedecke@uke.de>
Maintainer: Daniel Lüdecke <d.luedecke@uke.de>
Description: 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.
License: GPL-3
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
URL: https://github.com/strengejacke/sjstats
BugReports: https://github.com/strengejacke/sjstats/issues
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-02-04 12:24:14 UTC; Daniel
Repository: CRAN
Date/Publication: 2018-02-04 15:31:34 UTC
