#' Riverside data set for practicing linear regression (synthetic).
#' Taken from QASS 22, Ch. 1, table 2
#'
#' A synthetic dataset for teaching the linear model
#'
#' @format A data frame with 32 rows and 3 columns:
#' \describe{
#' \item{respondent}{participant id variable}
#' \item{education}{education in years}
#' \item{income}{income in dollars}
#' }
#' @source \url{https://github.com/jvcasillas/ds4ling}
"riverside"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.