Learn R Programming

BAREB (version 0.1.2)

truth: 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:

Sthe number of patient level clusters
Ethe clustering membership of patient level
Kthe numbers of site level clusters
Rthe site level clustering membership
Betathe patient level linear coefficients
Gammathe site level linear coefficients
muthe underlying mean for CAL values
sigma_squarethe variance of noise for CAL values
noisethe noise for CAL values
cthe parameter for missingness model
mu.starthe mean of latent values for missingness model
z.starthe latent values for missingness model

Usage

data("truth")

Arguments

Examples

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

#get the details of the list
str(truth)

Run the code above in your browser using DataLab