#' Food consumption data set for practicing linear regression (synthetic).
#' Taken from QASS 57, Ch. 1, table 1
#'
#' A synthetic dataset for teaching the linear model
#'
#' @format A data frame with 50 rows and 4 columns:
#' \describe{
#' \item{food_consumption}{amount spent in dollars on food}
#' \item{income}{annual income in dollars}
#' \item{family_size}{number of family members in household}
#' \item{live_on_farm}{y/n regarding whether or not family lives on a farm}
#' }
#' @source \url{https://github.com/jvcasillas/ds4ling}
"consumption"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.