Skip to content

Commit

Permalink
version 0.16.0 on CRAN, update website
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jul 10, 2018
1 parent 24565d6 commit 1ec2a2c
Show file tree
Hide file tree
Showing 77 changed files with 1,730 additions and 1,939 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Package: sjstats
Type: Package
Encoding: UTF-8
Title: Collection of Convenient Functions for Common Statistical Computations
Version: 0.15.0.9000
Date: 2018-07-07
Version: 0.16.0
Date: 2018-07-09
Authors@R: person("Daniel", "Lüdecke", role = c("aut", "cre"), email = "d.luedecke@uke.de", comment = c(ORCID = "0000-0002-8895-3206"))
Maintainer: Daniel Lüdecke <d.luedecke@uke.de>
Description: Collection of convenient functions for common statistical computations,
Expand Down Expand Up @@ -35,7 +35,7 @@ Imports:
emmeans,
lme4 (>= 1.1-12),
lmtest (>= 0.9-34),
glmmTMB (>= 0.2.2),
glmmTMB (>= 0.2.2.0),
magrittr,
MASS,
Matrix,
Expand Down
3 changes: 2 additions & 1 deletion R/pseudo_r2.R
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,8 @@ r2_mixedmodel <- function(x) {
## Test for non-zero random effects
if (any(sapply(vals$vc, function(x) any(diag(x) == 0)))) {
## TODO test more generally for singularity, via theta?
stop("Some variance components equal zero. Respecify random structure!")
message("Some variance components equal zero. Respecify random structure!")
return(NULL)
}

## Get variance of fixed effects: multiply coefs by design matrix
Expand Down
Empty file added _pkgdown.yml
Empty file.
25 changes: 20 additions & 5 deletions docs/articles/anova-statistics.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1ec2a2c

Please sign in to comment.