Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


BAREB (version 0.1.2)

updateZstar: 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)

Value

updateZstar(mu_star, delta, n, T0) returns a matrix of new generated latent values.

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

Author

Yuliang Li

See Also

update_RJ for a complete example for all functions in this package.