R/data.R

#' A small artificial data set
#'
#' @format A small artificial data set, containing 200 samples, 20 upstream features and 20 downstream features
#' \describe{
#'   \item{x}{A 200 x 40 feature matrix}
#'   \item{y}{A 200 x 1 response vector}
#'   \item{upstream}{A 40 x 1 boolean vector indicating which features are upstream features}
#'   \item{data_types}{A 40 x 1 vector indicating for each feature to which data type they belong}
#' }
"example_data"

Try the TANDEM package in your browser

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

TANDEM documentation built on Dec. 1, 2019, 1:12 a.m.