mcnr_step | R Documentation |
Newton-Raphson step for the MCMCML algorithm
mcnr_step(y, X, Z, beta, u, family, link)
y |
Vector of observations |
X |
Matrix X of the GLMM |
Z |
Matrix Z of the GLMM |
beta |
A vector specifying the current values of the mean function parameters |
u |
Matrix of samples of the random effects. Each column is a sample. |
family |
Character specifying the family |
link |
Character specifying the link function |
A vector specifying the Newton-Raphson step for the parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.