Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
drizopoulos committed Dec 11, 2024
1 parent df2d6c2 commit 07679db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: GLMMadaptive
Title: Generalized Linear Mixed Models using Adaptive Gaussian Quadrature
Version: 0.9-5
Version: 0.9-6
Authors@R: person("Dimitris", "Rizopoulos", email = "d.rizopoulos@erasmusmc.nl",
role = c("aut", "cre"), comment = c(ORCID = '0000-0001-9397-0900'))
Date: 2024-06-17
Date: 2024-12-11
Maintainer: Dimitris Rizopoulos <d.rizopoulos@erasmusmc.nl>
BugReports: https://github.com/drizopoulos/GLMMadaptive/issues
Description: Fits generalized linear mixed models for a single grouping factor under
Expand Down
1 change: 1 addition & 0 deletions R/methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ marginal_coefs.MixMod <- function (object, std_errors = FALSE, link_fun = NULL,
object = object, compute_marg_coefs = compute_marg_coefs,
chol_transf = chol_transf, link_fun = link_fun, seed = seed)
}
out$MC_Ksamples <- do.call("rbind", res)
out$var_betas <- var(do.call("rbind", res))
dimnames(out$var_betas) <- list(names(out$betas), names(out$betas))
ses <- sqrt(diag(out$var_betas))
Expand Down

0 comments on commit 07679db

Please sign in to comment.