R/riverside.R

#' 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"
jvcasillas/ds4ling documentation built on March 4, 2025, 11:18 p.m.