Package: glmmFEL 1.0.5
glmmFEL: Generalized Linear Mixed Models via Fully Exponential Laplace in EM
Fit generalized linear mixed models (GLMMs) with normal random effects using first-order Laplace, fully exponential Laplace (FEL) with mean-only corrections, and FEL with mean and covariance corrections in the E-step of an expectation-maximization (EM) algorithm. The current development version provides a matrix-based interface (y, X, Z) and supports binary logit and probit, and Poisson log-link models. An EM framework is used to update fixed effects, random effects, and a single variance component tau^2 for G = tau^2 I, with staged approximations (Laplace -> FEL mean-only -> FEL full) for efficiency and stability. A pseudo-likelihood engine glmmFEL_pl() implements the working-response / working-weights linearization approach of Wolfinger and O'Connell (1993) <doi:10.1080/00949659308811554>, and is adapted from the implementation used in the 'RealVAMS' package (Broatch, Green, and Karl (2018)) <doi:10.32614/RJ-2018-033>. The FEL implementation follows Karl, Yang, and Lohr (2014) <doi:10.1016/j.csda.2013.11.019> and related work (e.g., Tierney, Kass, and Kadane (1989) <doi:10.1080/01621459.1989.10478824>; Rizopoulos, Verbeke, and Lesaffre (2009) <doi:10.1111/j.1467-9868.2008.00704.x>; Steele (1996) <doi:10.2307/2532845>). Package code was drafted with assistance from generative AI tools.
Authors:
glmmFEL_1.0.5.tar.gz
glmmFEL_1.0.5.zip(r-4.7)glmmFEL_1.0.5.zip(r-4.6)glmmFEL_1.0.5.zip(r-4.5)
glmmFEL_1.0.5.tgz(r-4.6-any)glmmFEL_1.0.5.tgz(r-4.5-any)
glmmFEL_1.0.5.tar.gz(r-4.7-any)glmmFEL_1.0.5.tar.gz(r-4.6-any)
glmmFEL_1.0.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
glmmFEL/json (API)
| # Install 'glmmFEL' in R: |
| install.packages('glmmFEL', repos = c('https://akarl46556.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:7a090329db. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 147 | ||
| source / vignettes | OK | 161 | ||
| linux-release-x86_64 | OK | 142 | ||
| macos-release-arm64 | OK | 168 | ||
| macos-oldrel-arm64 | OK | 268 | ||
| windows-devel | OK | 118 | ||
| windows-release | OK | 119 | ||
| windows-oldrel | OK | 99 | ||
| wasm-release | OK | 123 |
Exports:glmmFEL
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| glmmFEL: Generalized Linear Mixed Models via Fully Exponential Laplace in EM | glmmFEL-package |
| Extract model coefficients (fixed effects) | coef.glmmFELMod |
| Extract fitted values | fitted.glmmFELMod |
| Fit GLMMs via Laplace and fully exponential Laplace (matrix interface) | glmmFEL |
| Extract log-likelihood (approximate) | logLik.glmmFELMod |
| Predict from a fitted glmmFEL model | predict.glmmFELMod |
| Print a glmmFEL model object | print.glmmFELMod |
| Print a summary.glmmFELMod object | print.summary.glmmFELMod |
| Summary for a glmmFEL model object | summary.glmmFELMod |
| Extract the covariance matrix of the fixed effects | vcov.glmmFELMod |
