Learn R Programming

rpql (version 0.8.3)

Regularized PQL for Joint Selection in GLMMs

Description

Performs joint selection in Generalized Linear Mixed Models (GLMMs) using penalized likelihood methods. Specifically, the Penalized Quasi-Likelihood (PQL) is used as a loss function, and penalties are then augmented to perform simultaneous fixed and random effects selection. Regularized PQL avoids the need for integration (or approximations such as the Laplace's method) during the estimation process, and so the full solution path for model selection can be constructed relatively quickly.

Copy Link

Version

Install

install.packages('rpql')

Monthly Downloads

235

Version

0.8.3

License

GPL-3

Maintainer

Francis Hui

Last Published

December 17th, 2025

Functions in rpql (0.8.3)

rpqlseq

Wrapper function for joint effects selection in GLMMs using regularized PQL.
rpql

Joint effects selection in GLMMs using regularized PQL.
lseq

Generates a sequence of tuning parameters on the log scale
nb2

A negative binomial family
rpql-package

Joint effects selection in GLMMs using regularized PQL
summary.rpql

Summary of GLMM fitted using regularized PQL.
calc.marglogL

Calculate the marginal log-likelihood for a GLMM fitted using rpql
build.start.fit

Constructs a start fit for use in the rpql function
gendat.glmm

Simulates datasets based on a Generalized Linear Mixed Model (GLMM).