truth: The simulation truth

Description Usage Examples

Description

These data record the simulation truth in the paper "BAREB: A Bayesian Repulsive Biclustering Model for Periodontal Data". It includes the true simulated parameters.

The variables are:

S the number of patient level clusters
E the clustering membership of patient level
K the numbers of site level clusters
R the site level clustering membership
Beta the patient level linear coefficients
Gamma the site level linear coefficients
mu the underlying mean for CAL values
sigma_square the variance of noise for CAL values
noise the noise for CAL values
c the parameter for missingness model
mu.star the mean of latent values for missingness model
z.star the latent values for missingness model

Usage

1
data("truth")

Examples

1
2
3
4
5
6
# output true patient level clustering membership
data("truth")
truth$E

#get the details of the list
str(truth)

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

Related to truth in BAREB...