Nothing
#' Bottles data on filling amount of six bottles over five time points.
#'
#' Ott and Snee (1973) analyzed the filled weight (weight) of bottles filled by
#' six machine heads (heads) over five time points (time).
#'
#' @docType data
#'
#' @usage data(bottles)
#'
#' @format A data frame with 30 rows and 3 variables:
#' \describe{
#' \item{weight}{the response, the weight of material filled into each bottle.}
#' \item{time}{the time point of each filling.}
#' \item{heads}{the head of the machine that fills the bottle.}
#' }
#'
#' @references
#' \insertRef{bottles}{slgf}
#'
#' @keywords datasets
#'
#'
"bottles"
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.