Learn R Programming

BAREB (version 0.1.2)

updatemustar: Function to update mean latent values for missingness model

Description

This function takes current parameters, gives updated mean latent values for missingness model

Usage

updatemustar(mu, c, n, T0, D)

Value

updatemustar(mu, c, n, T0, D) returns the updated mean latent values for missingness model.

Arguments

mu

current estimated mean matrix for CAL

c

current c for missingness model

n

number of patients

T0

number of teeth

D

the D matrix in the paper

Author

Yuliang Li

See Also

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