#' Sensory data for 6 chocolates
#'
#' The data used here refer to the sensory description of six varieties of chocolates sold in France: each chocolate was evaluated twice by 29 panelists according to 14 sensory descriptors.
#'
#' @docType data
#' @keywords datasets
#' @name sensochoc
#' @usage data(sensochoc)
#' @format A data frame with 348 rows and 19 columns: 5 qualitative variables (Panelist, Session, Form, Rank, Product) and 14 sensory descriptors.
#' @source Applied mathematics department, AGROCAMPUS OUEST
"sensochoc"
#' tea (data)
#'
#' The data used here concern a questionnaire on tea. We asked to 300 individuals how they drink tea (18 questions), what are their product's perception (12 questions) and some personal details (4 questions).
#'
#' @docType data
#' @keywords datasets
#' @name tea
#' @usage data(tea)
#' @format A data frame with 300 rows and 36 columns. Rows represent the individuals, columns represent the different questions. The first 18 questions are active ones, the 19th is a supplementary quantitative variable (the age) and the last variables are supplementary categorical variables.
"tea"
#' Beards description
#'
#' This dataset deals with the description of 8 beards. Each beard is described by each individual.
#'
#' @docType data
#' @keywords datasets
#' @name beard
#' @usage data(beard)
#' @format A data frame with 494 rows and 3 columns : beard, description (in french), description (in english)
"beard"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.