Description Usage Arguments Value
View source: R/hmi_smallfunctions_2016-07-21.R View source: R/hmi_smallfunctions_2016-07-14.R
The function updates the residual variance parameter by drawing from a chisquared distribution.
The function updates the residual variance parameter by drawing from a chisquared distribution.
1 2 3 4 5 6 7 |
y_obs |
The target variable of those observations with an observed value of y. |
X_obs |
The fixed effects data matrix of those observations with an observed value of y. |
beta.new |
The vector of fixed effects parameters. |
Z_obs |
The random effects data matrix of those observations with an observed value of y. |
alpha.new |
The matrix of cluster specific random effects. |
clID_obs |
The cluster ID vector of those observations with an observed value of y. |
n.obs |
The number of individuals with an observed y. |
y_obs |
The target variable of those observations with an observed value of y. |
X_obs |
The fixed effects data matrix of those observations with an observed value of y. |
beta.new |
The vector of fixed effects parameters. |
Z_obs |
The random effects data matrix of those observations with an observed value of y. |
alpha.new |
The matrix of cluster specific random effects. |
clID_obs |
The cluster ID vector of those observations with an observed value of y. |
n.obs |
The number of individuals with an observed y. |
The numeric residual variance.
The numeric residual variance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.