updatec | R Documentation |
This function takes current parameters, gives updated c in missingess model. Note a double type of value is returned
updatec(Zstar, mu, D, sigmac,sigma_square, n, T0)
Zstar |
generated latent value for missingness model |
mu |
current estimated mean matrix for CAL |
D |
the D matrix in the paper |
sigmac |
hyperparamter for c (variance) |
sigma_square |
current estimated noise variance |
n |
number of patients |
T0 |
number of teeth |
updatec(Zstar, mu, D, sigmac, n, T0)
returns the updated c in missingess model.
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.