updatemustar: Function to update mean latent values for missingness model

View source: R/RcppExports.R

updatemustarR Documentation

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)

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

Value

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

Author(s)

Yuliang Li

See Also

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


BAREB documentation built on April 12, 2025, 1:53 a.m.

Related to updatemustar in BAREB...