R/data_3class_bcx.R

#' @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

Try the ClusROC package in your browser

Any scripts or data that you put into this service are public.

ClusROC documentation built on Nov. 17, 2022, 5:07 p.m.