R/data.R

##' Fictitious clinical data for demonstration.
##' 
##' A demo dataset containing the age and other attributes of 193
##' fictitious patients. It aims to help the user to test the shiny application
##' of the wpm package.
##' 
##' @format A data frame with 193 rows and 7 variables
##' 
##' \describe{
##'     \item{samples}{the samples to be analyzed representing fictitious patients.}
##'     \item{age}{age of the patients under 5 age groups, in years (20-30;30-40;40-50;50-60;60-70)}
##'     \item{gender}{gender of the patients, F (for Female) and M (for Male)}
##'     \item{treatment}{the treatment each patient received, Ctrl (Control), treatment A, treatment B and treatment C}
##'     \item{diabetes}{presence of diabetes, 0 (no) and 1 (yes) }
##'     \item{gender-treatment}{A combination between the gender and treatment fields}
##'     \item{age-diabetes}{A combination between the age and the diabetes fields}
##' }
##' @name data_test
##' @docType data
##' @usage data(data_test)
##' @author Helene Borges \email{borges.helene.sophie@@gmail.com}
##' @keywords datasets
"data_test"
HelBor/wpm documentation built on June 15, 2021, 4:16 p.m.