geeVerse | R Documentation |
This function is a wrapper for qpgee that allows running the model for multiple quantile levels (tau).
geeVerse(x, y, tau = c(0.25, 0.5, 0.75), ...)
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. |
A list containing the results for each tau value and a combined beta matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.