#' Example dataset for neuroCombat
#'
#' Randomly generated measurements for 200 imaging features across
#' 10 participants.
#'
#' @format Numeric matrix with 200 rows (imaging features)
#' and 10 columns (participants).
"combatExampleData"
#' Scanner information for combatExampleData
#'
#' Scanner information ("Scanner 1" or "Scanner2") for
#' the 10 participants available in "combatExampleData".
#'
#' @format Character vector of length 10 with
#' "Scanner1" and "Scanner2" as possible entries.
"combatExampleScanner"
#' Disease group information for combatExampleData
#'
#' Disease group information ("Control" or "Disease") for
#' the 10 participants available in "combatExampleData".
#'
#' @format Character vector of length 10 with
#' "Control" and "Disease" as possible entries.
"combatExamplePheno"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.