# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "fastglmm" in publications use:' type: software license: GPL-3.0-or-later title: 'fastglmm: Fast (Generalized) Linear Mixed Models via the ''glmm'' Rust Kernel' version: 0.1.0 abstract: 'Fits linear models, generalized linear models, and (generalized) linear mixed models with a compiled Rust backend (the ''glmm'' crate): REML linear mixed models, and Laplace or adaptive Gauss-Hermite quadrature for binomial and Poisson mixed models, using ''lme4''-style formulas. Estimates are validated against ''lme4'' and ''MixedModels.jl''. Deliberately scoped to fast fitting - fixed effects, Wald standard errors, and variance components; anything the backend cannot compute honestly (random-effect predictions, likelihood-based criteria, profiling) is a documented error, never a silently different answer.' authors: - family-names: Lenartowicz given-names: Paweł email: pawellenartowicz@europe.com orcid: https://orcid.org/0000-0002-6906-7217 repository: https://pawlenartowicz.r-universe.dev repository-code: https://github.com/pawlenartowicz/glmm commit: 885cc19766e67bc3e9127d85325f653a133b130a url: https://github.com/pawlenartowicz/glmm date-released: '2026-07-17' contact: - family-names: Lenartowicz given-names: Paweł email: pawellenartowicz@europe.com orcid: https://orcid.org/0000-0002-6906-7217