Nothing
#' The bodyweight data set
#'
#' The average weight of the brain and body for sixty-two mammal species were
#' recorded. We wish to predict the weight of the body using the brain weight.
#' The first column is the subject index, the second is log of the brain weight
#' and third is the log of the body weight.
#' @name bodyweight
#' @aliases bodyweight1 bodyweight2 bodyweight3 bodyweight4 bodyweight5 bodyweight6
#' @docType data
#' @return A data frame
#' @keywords datasets
#' @examples
#' data(bodyweight)
NULL
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.