Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
jinseob2kim committed Dec 5, 2019
1 parent 66a23ec commit 2eafecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion R/lmer.R
Original file line number Diff line number Diff line change
Expand Up @@ -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])))
Expand Down

0 comments on commit 2eafecd

Please sign in to comment.