#' @title A simulated data
#' @name data_3class
#' @docType data
#'
#' @description A simulated data example with 30 clusters.
#'
#' @usage data(data_3class)
#'
#' @format A data frame with 225 observations (from 30 clusters).
#' \describe{
#' \item{\code{id_Clus}}{the id number of cluster.}
#' \item{\code{Y}}{a vector containing test results.}
#' \item{\code{D}}{a factor with 3 levels for the disease status, 1, 2, 3. The levels correspond to benign disease, early stage and late stage.}
#' \item{\code{X1}}{a continuous covariate.}
#' \item{\code{X2}}{a binary covariate.}
#'}
#'
#' @keywords data
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.