updateZstar: Function to generate new latent values for missingness model

Description Usage Arguments Value Author(s) See Also

View source: R/RcppExports.R

Description

This function takes current parameters, gives updated c in missingess model. Note a double type of value is returned

Usage

1
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.


BAREB documentation built on March 26, 2020, 7:36 p.m.

Related to updateZstar in BAREB...