Nothing
#' Training Data for Explainability of Models
#'
#' This dataset contains training data for viral load explainer models. It
#' includes CD4 and viral load measurements for different years.
#'
#' @docType data
#'
#' @usage data(train2)
#'
#' @format A tibble (data frame) with 25 rows and 6 columns.
#'
#' @keywords datasets
#'
#' @note
#' To explore more rows of this dataset, you can use the `print(n = ...)` function.
#'
#' @author
#' Juan Pablo Acuña González <22253567@uagro.mx>
#'
#' @examples
#' data(train2)
#' train2
"train2"
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.