Package: glmmsel Type: Package Title: Generalised Linear Mixed Model Selection Version: 1.0.3 Authors@R: person("Ryan", "Thompson", email = "ryan.thompson-1@uts.edu.au", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9002-0448")) Description: Provides tools for fitting sparse generalised linear mixed models with l0 regularisation. Selects fixed and random effects under the hierarchy constraint that fixed effects must precede random effects. Uses coordinate descent and local search algorithms to rapidly deliver near-optimal estimates. Gaussian and binomial response families are currently supported. For more details see Thompson, Wand, and Wang (2025) . URL: https://github.com/ryan-thompson/glmmsel BugReports: https://github.com/ryan-thompson/glmmsel/issues License: GPL-3 Encoding: UTF-8 RoxygenNote: 7.3.2 Depends: R (>= 4.1.0) Imports: ggplot2, Rcpp LinkingTo: Rcpp, RcppArmadillo Suggests: testthat, knitr, rmarkdown, lme4, MASS, nlme VignetteBuilder: knitr Config/testthat/edition: 3 Repository: https://ryan-thompson.r-universe.dev Date/Publication: 2025-06-26 05:12:37 UTC RemoteUrl: https://github.com/ryan-thompson/glmmsel RemoteRef: HEAD RemoteSha: c7e3dc3fa5cc7b182098a4ba61df5edf0fd081ab NeedsCompilation: yes Packaged: 2026-06-21 09:30:57 UTC; root Author: Ryan Thompson [aut, cre] (ORCID: ) Maintainer: Ryan Thompson