R/stackoverflow.R

#' Annual Stack Overflow Developer Survey Data
#'
#' @details These data are a collection of 5,594 data points collected on
#' developers. These data could be used to try to predict who works remotely
#' (as used in the source listed below).
#'
#' @name stackoverflow
#' @aliases stackoverflow
#' @docType data
#' @return \item{stackoverflow}{a tibble}
#'
#' @source
#' Julia Silge, _Supervised Machine Learning Case Studies in R_
#'
#' \url{https://supervised-ml-course.netlify.com/chapter2}
#'
#' Raw data: \url{https://insights.stackoverflow.com/survey/}
#' @keywords datasets
#' @examples
#' data(stackoverflow)
#' str(stackoverflow)
NULL

Try the modeldata package in your browser

Any scripts or data that you put into this service are public.

modeldata documentation built on Aug. 9, 2023, 5:10 p.m.