From 2eafecde9e41fb27829b748eadcead09fb5dd7c6 Mon Sep 17 00:00:00 2001 From: Jinseob Kim Date: Thu, 5 Dec 2019 21:35:01 +0900 Subject: [PATCH] z --- CRAN-RELEASE | 2 +- R/lmer.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRAN-RELEASE b/CRAN-RELEASE index 3de1de6..e6c32bc 100644 --- a/CRAN-RELEASE +++ b/CRAN-RELEASE @@ -1,2 +1,2 @@ This package was submitted to CRAN on 2019-12-05. -Once it is accepted, delete this file and tag the release (commit 11d65e3001). +Once it is accepted, delete this file and tag the release (commit 66a23ec4e3). diff --git a/R/lmer.R b/R/lmer.R index 6d1450e..025bd64 100644 --- a/R/lmer.R +++ b/R/lmer.R @@ -12,7 +12,7 @@ lmerExp = function(lmer.coef, family ="binomial", dec){ - if (class(lmer.coef) == "numeric"){ + if (class(lmer.coef)[1] == "numeric"){ lmer.coef = t(data.frame(lmer.coef)) } pv = 2*(1-pnorm(abs(lmer.coef[,3])))