updatemu: Function to update estimated mean CAL values based on current...

Description Usage Arguments Value Author(s) See Also

View source: R/RcppExports.R

Description

This function takes current parameters, gives an estimated mean CAL values.

Usage

1
updatemu(R, Z, X, Gamma, K, Beta, E,  m,n,p, q)

Arguments

R

current site level clustering matrix

Z

the site level covariate matrix

X

the patient level covariate matrix

Gamma

current site level linear coefficients array

K

a vector recording numbers of site level clusters

Beta

current patient level linear coefficients matrix

E

current patient level clustering vector

m

number of sites

n

number of patients

p

dimension of patient level covariates

q

dimension of site level covariates

Value

updatemu(R, Z, X, Gamma, K, Beta, E, m,n,p, q) returns the updated estimated mean CAL matrix.

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 updatemu in BAREB...