Package: glmertree Title: Generalized Linear Mixed Model Trees Date: 2025-04-11 Version: 0.2-7 Authors@R: c(person(given = "Marjolein", family = "Fokkema", role = c("aut", "cre"), email = "M.Fokkema@fsw.leidenuniv.nl", comment = c(ORCID = "0000-0002-9252-8325")), person(given = "Achim", family = "Zeileis", role = "aut", email = "Achim.Zeileis@R-project.org", comment = c(ORCID = "0000-0003-0918-3766"))) Description: Recursive partitioning based on (generalized) linear mixed models (GLMMs) combining lmer()/glmer() from 'lme4' and lmtree()/glmtree() from 'partykit'. The fitting algorithm is described in more detail in Fokkema, Smits, Zeileis, Hothorn & Kelderman (2018; ). For detecting and modeling subgroups in growth curves with GLMM trees see Fokkema & Zeileis (2024; ). Depends: R (>= 4.0.0), lme4, partykit (>= 1.0-4) Imports: graphics, stats, utils, Formula Suggests: vcd, lattice, betareg, glmmTMB, lmerTest, merDeriv LazyData: yes URL: https://r-forge.r-project.org/projects/partykit License: GPL-2 | GPL-3 Encoding: UTF-8 Config/pak/sysreqs: cmake make Repository: https://marjoleinf.r-universe.dev Date/Publication: 2026-03-13 19:02:53 UTC RemoteUrl: https://github.com/r-forge/partykit RemoteRef: HEAD RemoteSha: 861432cfc097e26ea36940c174227ff1151eac6e RemoteSubdir: pkg/glmertree NeedsCompilation: no Packaged: 2026-06-11 07:29:09 UTC; root Author: Marjolein Fokkema [aut, cre] (ORCID: ), Achim Zeileis [aut] (ORCID: ) Maintainer: Marjolein Fokkema