Learn R Programming

rpql (version 0.8.1)

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

151

Version

0.8.1

License

GPL-2

Maintainer

Francis Hui

Last Published

August 19th, 2023

Functions in rpql (0.8.1)

summary.rpql

Summary of GLMM fitted 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
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).
rpql

Joint effects selection in GLMMs using regularized PQL.
rpqlseq

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