truth {BAREB}R Documentation

The simulation truth

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

data("truth")

Examples

# output true patient level clustering membership
data("truth")
truth$E

#get the details of the list
str(truth)

[Package BAREB version 0.1.2 Index]