truth | R Documentation |
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 |
data("truth")
# output true patient level clustering membership
data("truth")
truth$E
#get the details of the list
str(truth)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.