R/sampleData.R

#' Sample Data for Analysis
#'
#' @description A simple \code{tibble} that is for simple testing and running of
#' examples
#'
#' @format A \code{tibble} ith 2 columns, which are:
#' \describe{
#' \item{x}{random normal data}
#' \item{y}{ outcome that is normal based on \code{x}}
#' }
#' "sampleData"
ckornafel/expldata documentation built on Dec. 27, 2019, 2:20 a.m.