updateZstar | R Documentation |
This function takes current parameters, gives updated c in missingess model. Note a double type of value is returned
updateZstar(mu_star, delta, n, T0)
mu_star |
current matrix of latent value for missingness model |
delta |
the missing indicator matrix, with 1 means missing |
n |
number of patients |
T0 |
number of teeth |
updateZstar(mu_star, delta, n, T0)
returns a matrix of new generated latent values.
Yuliang Li
update_RJ for a complete example for all functions in this package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.