updateZstar {BAREB} | R Documentation |
Function to generate new latent values for missingness model
Description
This function takes current parameters, gives updated c in missingess model. Note a double type of value is returned
Usage
updateZstar(mu_star, delta, n, T0)
Arguments
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 |
Value
updateZstar(mu_star, delta, n, T0)
returns a matrix of new generated latent values.
Author(s)
Yuliang Li
See Also
update_RJ for a complete example for all functions in this package.
[Package BAREB version 0.1.2 Index]