Nothing
#' @title A simulated data
#' @name data_3class_bcx
#' @docType data
#'
#' @description A simulated data example with 60 clusters. This dataset is used in a example of analysis with Box-Cox transformation.
#'
#' @usage data(data_3class_bcx)
#'
#' @format A data frame with 582 observations (from 60 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 disease status, 1, 2, 3. The levels correspond to benign disease, early stage and late stage.}
#' \item{\code{X}}{a continuous covariate.}
#'}
#'
#' @keywords data
#'
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.