geeVerse: GeeVerse: Wrapper for Quantile Penalized Generalized...

View source: R/geeVerse.R

geeVerseR Documentation

GeeVerse: Wrapper for Quantile Penalized Generalized Estimating Equations

Description

This function is a wrapper for qpgee that allows running the model for multiple quantile levels (tau).

Usage

geeVerse(x, y, tau = c(0.25, 0.5, 0.75), ...)

Arguments

x

A matrix of predictors.

y

A numeric vector of response variables.

tau

A vector of quantiles to be estimated (default is c(0.25, 0.5, 0.75)).

...

Additional arguments to be passed to qpgee function.

Value

A list containing the results for each tau value and a combined beta matrix.


geeVerse documentation built on Aug. 21, 2025, 5:56 p.m.