Learn R Programming

BAREB (version 0.1.2)

Init: The initial value of patient- and site-level covariates for simulation

Description

These data record the initial value of patient- and site-level covariates in simulation in the paper "BAREB: A Bayesian Repulsive Biclustering Model for Periodontal Data". It is obtained by simple linear regression.

The variables are:

InitIt has two parts: the initial value of patient-level covariates, Beta; the initial value of site-level covariates, Gamma

Usage

data("Init")

Arguments

Examples

Run this code
# output patient level covariates
data("Init")
Init$Beta
Init$Gamma

Run the code above in your browser using DataLab