View source: R/updateBeta.r View source: R/internal.R
updateBeta | R Documentation |
internal function for updating beta through Fisher Scoring
updateBeta(y, x, vfun, mu, w, D, Ralpha, beta)
y |
response value for GEE model |
x |
model matrix for the GEE model |
vfun |
variance function for the GLM |
mu |
mu vector for the GLM |
w |
weight matrix |
D |
derivation of the inverse link function |
Ralpha |
correlation matrix |
beta |
vector of beta value for GEE model |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.